aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-09-27 13:43:48 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-09-27 13:43:48 -0700
commitbae39e77a82a911b5a861970a6680fbd0cfd5357 (patch)
tree52eca31284c7e62876a0acf7d382a898756f4d0b /README
parent15a8192b84639a1cb1c4d3750931c8c1bcf58aed (diff)
downloadpandoc-bae39e77a82a911b5a861970a6680fbd0cfd5357.tar.gz
Added Ext_autolink_urls.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index ba9be7b1d..d1358ee77 100644
--- a/README
+++ b/README
@@ -2254,6 +2254,10 @@ Note that the pandoc document model does not support
abbreviations, so if this extension is enabled, abbreviation keys are
simply skipped (as opposed to being parsed as paragraphs).
+**Extension: `autolink_urls`**\
+Makes all absolute URLs into links, even when not surrounded by
+pointy braces `<...>`.
+
Producing slide shows with Pandoc
=================================