Skip to content

Instantly share code, notes, and snippets.

@mgedigian
mgedigian / markdown-details-collapsible.md
Created September 6, 2019 22:33 — forked from pierrejoubert73/markdown-details-collapsible.md
How to add a collapsible section in markdown.

A collapsible section with markdown

Click to expand!

Heading

  1. A numbered
  2. list
    • With some
    • Sub bullets
#!/usr/bin/env python
# encoding: utf-8
"""
Requires BeautifulSoup (http://www.crummy.com/software/BeautifulSoup/)
Reads totally insecure configuration file:
~/.airbears/airbears_config.py
With content (don't forget the quotes):
username="My Username"
password="My Password"
"""