diff options
author | Waylan Limberg <waylan@gmail.com> | 2014-02-16 14:41:13 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2014-02-16 14:41:13 -0500 |
commit | 1144e2a94cf3f78dedda0b88649ce789fb8d1edf (patch) | |
tree | 6474587da2a36a5983adb3ad97ba62489f28f82e /docs/extensions/extra.txt | |
parent | 9a03243ff51ce2e868cfd2de713d7de6ae84140e (diff) | |
download | markdown-1144e2a94cf3f78dedda0b88649ce789fb8d1edf.tar.gz markdown-1144e2a94cf3f78dedda0b88649ce789fb8d1edf.tar.bz2 markdown-1144e2a94cf3f78dedda0b88649ce789fb8d1edf.zip |
Cleaned up some minor issues with recent changes to docs.
Diffstat (limited to 'docs/extensions/extra.txt')
-rw-r--r-- | docs/extensions/extra.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/extensions/extra.txt b/docs/extensions/extra.txt index b90d1b0..ace801b 100644 --- a/docs/extensions/extra.txt +++ b/docs/extensions/extra.txt @@ -69,9 +69,10 @@ This is *true* markdown text. ### Nested Markdown Inside HTML BLocks Nested elements are more sensitive and must be used cautiously. To avoid unexpected results: - * Only nest elements within block mode elements. - * Follow the closing tag of inner elements with a blank line. - * Only have one level of nesting. + +* Only nest elements within block mode elements. +* Follow the closing tag of inner elements with a blank line. +* Only have one level of nesting. #### Complex Example: ``` |