diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-03-15 11:58:30 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-03-15 11:58:30 -0700 |
commit | 0deb7c507d85c1f17b31670f617b2f5d2029a16c (patch) | |
tree | 8fd3adad4d746589a4f614839e880476c1202726 /README | |
parent | 967c13560e26dcca60261737a8f30bf7297ea4ea (diff) | |
parent | b9f77ed03d0e4a0651d7508d563e880556690fcf (diff) | |
download | pandoc-0deb7c507d85c1f17b31670f617b2f5d2029a16c.tar.gz |
Merge pull request #1989 from zudov/shortcut_ref_link_pr
Support shortcut reference links in markdown writer
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2790,6 +2790,11 @@ in several respects: we must either disallow lazy wrapping or require a blank line between list items. +#### Extension: `shortcut_reference_links` #### + +Allows to use shortcut reference links: `[foo]` instead of `[foo][]`. Writer +would shortcut links unless doing so might cause problems. + Markdown variants ----------------- |