From 6a7bd0d6e94723d834195ff891099d70b5bb23cf Mon Sep 17 00:00:00 2001 From: nitoyon Date: Sat, 31 Oct 2015 00:50:10 +0900 Subject: [PATCH] README: Add 'Definition lists' and 'Footnotes' --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 52e3b25..7b97970 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,25 @@ implements the following extensions: 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.