diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-18 21:36:40 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-18 21:36:40 -0700 |
commit | fb43049d468dce1592e41c84debee22f830578e7 (patch) | |
tree | 5a269c0fb8c7a55b2b171e693d0a60c245298c69 | |
parent | 5ceb06949f85fda97baeae6c2dd4d2939993ea19 (diff) | |
parent | 70606a424cbe2582efb73eed319c98daebdd69be (diff) |
Merge pull request #372 from lucaswerkmeister/fixLinkTargets
Fix four link targets
-rw-r--r-- | spec.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1363,7 +1363,7 @@ aaa . Unclosed code blocks are closed by the end of the document -(or the enclosing [block quote] or [list item]): +(or the enclosing [block quote][block quotes] or [list item][list items]): . ``` @@ -1987,8 +1987,8 @@ p {color:blue;} . If there is no matching end tag, the block will end at the -end of the document (or the enclosing [block quote] or -[list item]): +end of the document (or the enclosing [block quote][block quotes] +or [list item][list items]): . <style |