public this repo is viewable by everyone
Description: An implementation of markdown in C, using a PEG grammar
Clone URL: git://github.com/jgm/peg-markdown.git
Repo Search:
Minor punctuation changes in README.
jgm (author)
13 days ago
commit  3fff272c9928551a50f1171155df761616aff0f6
tree    892316e784a51b73a6d3a5d6533695062db1d899
parent  b6fa4ff229923bc4c3d5dbd11d43ad380c2d72a7
...
83
84
85
86
87
 
 
88
89
90
...
83
84
85
 
 
86
87
88
89
90
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
     set appropriately.
0
 
0
   * Note: Avoid using `[^abc]` character classes in the grammar, because they

Comments

    No one has commented yet.