Remove ascii_identifiers
from githubMarkdownExtensions
.
GitHub doesn't seem to strip non-ascii characters.
This commit is contained in:
parent
6b4b7a4ba3
commit
ca17ae5246
2 changed files with 1 additions and 2 deletions
|
@ -4220,7 +4220,7 @@ Also, `raw_tex` only affects `gfm` output, not input.
|
||||||
|
|
||||||
`gfm` (GitHub-Flavored Markdown)
|
`gfm` (GitHub-Flavored Markdown)
|
||||||
: `pipe_tables`, `raw_html`, `fenced_code_blocks`, `gfm_auto_identifiers`,
|
: `pipe_tables`, `raw_html`, `fenced_code_blocks`, `gfm_auto_identifiers`,
|
||||||
`ascii_identifiers`, `backtick_code_blocks`, `autolink_bare_uris`,
|
`backtick_code_blocks`, `autolink_bare_uris`,
|
||||||
`intraword_underscores`, `strikeout`, `hard_line_breaks`, `emoji`,
|
`intraword_underscores`, `strikeout`, `hard_line_breaks`, `emoji`,
|
||||||
`shortcut_reference_links`, `angle_brackets_escapable`.
|
`shortcut_reference_links`, `angle_brackets_escapable`.
|
||||||
|
|
||||||
|
|
|
@ -266,7 +266,6 @@ githubMarkdownExtensions = extensionsFromList
|
||||||
, Ext_raw_html
|
, Ext_raw_html
|
||||||
, Ext_fenced_code_blocks
|
, Ext_fenced_code_blocks
|
||||||
, Ext_gfm_auto_identifiers
|
, Ext_gfm_auto_identifiers
|
||||||
, Ext_ascii_identifiers
|
|
||||||
, Ext_backtick_code_blocks
|
, Ext_backtick_code_blocks
|
||||||
, Ext_autolink_bare_uris
|
, Ext_autolink_bare_uris
|
||||||
, Ext_space_in_atx_header
|
, Ext_space_in_atx_header
|
||||||
|
|
Loading…
Reference in a new issue