diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2014-07-11 15:52:38 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2014-07-11 15:54:21 -0700 |
| commit | 7654db9df1b68926371da2a1f23db6df93056f44 (patch) | |
| tree | 65e8dcc253e38c748c1dcb3f73747f432ca439ea /README | |
| parent | 05a5b4e3c2aa53fa9c12464791d3a4969b18daba (diff) | |
| download | pandoc-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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |
