summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-10-22 23:41:55 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-10-22 23:41:55 +0200
commit696dfbc993691933f01241bbb7f2f379f45b99a5 (patch)
tree68889a4093ab6ba018a8e6b8e20bc1abc492d134 /MANUAL.txt
parentd2a6533d6e3385f5c7ff2e6b48e4c3aa8fae0ff0 (diff)
Added `angle_brackets_escapable` extension.
This is needed because github flavored Markdown has a slightly different set of escapable symbols than original Markdown; it includes angle brackets. Closes #2846.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 6cabf1941..16d562ca0 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3332,6 +3332,12 @@ in pandoc, but may be enabled by adding `+EXTENSION` to the format
name, where `EXTENSION` is the name of the extension. Thus, for
example, `markdown+hard_line_breaks` is Markdown with hard line breaks.
+#### Extension: `angle_brackets_escapable` ####
+
+Allow `<` and `>` to be backslash-escaped, as they can be in
+GitHub flavored Markdown but not original Markdown. This is
+implied by pandoc's default `all_symbols_escapable`.
+
#### Extension: `lists_without_preceding_blankline` ####
Allow a list to occur right after a paragraph, with no intervening
@@ -3475,7 +3481,7 @@ variants are supported:
: `pipe_tables`, `raw_html`, `fenced_code_blocks`, `auto_identifiers`,
`ascii_identifiers`, `backtick_code_blocks`, `autolink_bare_uris`,
`intraword_underscores`, `strikeout`, `hard_line_breaks`, `emoji`,
- `shortcut_reference_links`.
+ `shortcut_reference_links`, `angle_brackets_escapable`.
`markdown_mmd` (MultiMarkdown)
: `pipe_tables`, `raw_html`, `markdown_attribute`, `mmd_link_attributes`,