Page 1 of 1

Mnemonic poem for Markdown syntax

Posted: Mon Dec 10, 2018 7:35 pm
by peter_b
Here's a nice mnemonic poem by Paul Saletan, to remember basic Markdown syntax:

Code: Select all

Markdown code for the poem above:

###Headlines start with hashes

 -  List items lead with dashes

To use numbering instead

 1. Type a digit and dot ahead

Please...

    ...indent code blocks 4 spaces

Bracket [link names](http://my-link-URL-goes-here), avoid braces

Or begin them with a bang

Where an ![image](http://my-image-URL-goes-here) is to hang

Parentheses straddle a [URL](http://my-link-URL-goes-here)

Two stars set off what **you must yell**

> Blockquotes follow a right arrow

Use backticks when `code is narrow`

 -   Insert blanks when in frustration

     And align your indentation.