Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adriculous/5abe51eee307a34e32d0ac65c58e3fad to your computer and use it in GitHub Desktop.
Save adriculous/5abe51eee307a34e32d0ac65c58e3fad to your computer and use it in GitHub Desktop.
Markdown Headers (Markdown for Writers and Hobbyists Part 2)
/* SETEXT style headers only apply to the first two levels of headers (H1 and H2) */
Here's a little drabble!
========================
(What the heck is a drabble?)
-----------------------------
/* You can also write SETEXT style headers this way too */
Here's a little drabble!
==
(What the heck is a drabble?)
-
/* ATX style headers only contain hashtags, based on the header levels */
# Here's a little drabble! /* Header 1 (H1) */
## (What the heck is a drabble?) /* Header 2 (H2) */
### Can you give us an example of a drabble? /* Header 3 (H3) */
#### This is an H4 header.
##### So is this one as H5 header.
###### And the smallest, H6 header.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment