- Commit
- 1e789d0f2036d3d891232a0bced0a5009fb5ec03
- Parent
- fc75787ce3b927595eb7a5fd324e8bc0ad3c74a1
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
spec: Added examples of non-comments.
See #264.
My personal build of CMark ✏️
spec: Added examples of non-comments.
See #264.
1 file changed, 14 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | spec.txt | 14 | 14 | 0 |
diff --git a/spec.txt b/spec.txt @@ -1615,6 +1615,20 @@ bar baz --> . +Not comments: + +. +<!--> foo --> + +<!-- foo--bar --> + +<!-- foo---> +. +<p><!--> foo --></p> +<p><!-- foo--bar --></p> +<p><!-- foo---></p> +. + A processing instruction: .