all repos — grayfriday @ 6a7bd0d6e94723d834195ff891099d70b5bb23cf

blackfriday fork with a few changes

README: Add 'Definition lists' and 'Footnotes'
nitoyon nitoyon@gmail.com
Sat, 31 Oct 2015 00:50:10 +0900
commit

6a7bd0d6e94723d834195ff891099d70b5bb23cf

parent

a18a46c9b94395417241e528fc53478ad914c670

1 files changed, 19 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -169,6 +169,25 @@

You can use 3 or more backticks to mark the beginning of the block, and the same number to mark the end of the block. +* **Definition lists**. A simple definition list is made of a single-line + term followed by a colon and the definition for that term. + + Cat + : Fluffy animal everyone likes + + Internet + : Vector of transmission for pictures of cats + + Terms must be separated from the previous definition by a blank line. + +* **Footnotes**. A marker in the text that will become a superscript number; + a footnote definition that will be placed in a list of footnotes at the + end of the document. A footnote looks like this: + + This is a footnote.[^1] + + [^1]: the footnote text. + * **Autolinking**. Blackfriday can find URLs that have not been explicitly marked as links and turn them into links.