0
@@ -83,8 +83,8 @@ than HTML or LaTeX, and to parse syntax extensions. A quick guide:
0
`&{ }` rules one can selectively disable extensions depending
0
on command-line options. For example, `&{ (syntax_extensions &
0
EXT_SMART) }` succeeds only if the `EXT_SMART` bit of the global
0
- syntax_extensions is set. Add your option to `markdown_extensions`,
0
- and modify the option parsing in markdown.c so that your option gets
0
+ `syntax_extensions` is set. Add your option to `markdown_extensions`,
0
+ and modify the option parsing in `markdown.c` so that your option gets
0
* Note: Avoid using `[^abc]` character classes in the grammar, because they
Comments
No one has commented yet.