aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-07-11 15:52:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-07-11 15:54:21 -0700
commit7654db9df1b68926371da2a1f23db6df93056f44 (patch)
tree65e8dcc253e38c748c1dcb3f73747f432ca439ea /README
parent05a5b4e3c2aa53fa9c12464791d3a4969b18daba (diff)
downloadpandoc-7654db9df1b68926371da2a1f23db6df93056f44.tar.gz
Markdown writer: don't use braced attributes for fenced code.
Removed `Ext_fenced_code_attributes` from `markdown_github` extensions. If this extension is not set, the first class attribute will be printed after the opening fence as a bare word. Closes #1416.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index bb690f779..a469b8c9c 100644
--- a/README
+++ b/README
@@ -2634,7 +2634,7 @@ variants are supported:
`markdown_github` (Github-flavored Markdown)
: `pipe_tables`, `raw_html`, `tex_math_single_backslash`,
- `fenced_code_blocks`, `fenced_code_attributes`, `auto_identifiers`,
+ `fenced_code_blocks`, `auto_identifiers`,
`ascii_identifiers`, `backtick_code_blocks`, `autolink_bare_uris`,
`intraword_underscores`, `strikeout`, `hard_line_breaks`