index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-11-11
Don't allow link destinations with unbalanced unescaped parentheses.
John MacFarlane
2019-11-11
Updaet spec.txt.
John MacFarlane
2019-10-14
Create FUNDING.yml
John MacFarlane
2019-07-05
print_usage(): Minor grammar fix, swap two words (#305)
Øyvind A. Holm
2019-06-01
Clarify which backtick strings (#301)
Johel Ernesto Guerrero Peña
2019-05-29
Remove "-rdynamic" flag for static builds (#300)
Eric Pruitt
2019-04-23
Merge pull request #294 from JerwuQu/cmark-issue-291-jerwuqu
John MacFarlane
2019-04-23
Merge pull request #295 from nwellnhof/link-exe-with-lib
John MacFarlane
2019-04-23
Link executable with static or shared library
Nick Wellnhofer
2019-04-23
Add built cmark.exe as an AppVeyor artifact
Marcus Ramse
2019-04-08
Revise changelog
John MacFarlane
2019-04-07
Updaet changelog.
John MacFarlane
2019-04-07
For afl target, don't build tests.
John MacFarlane
2019-04-07
Update spec.
John MacFarlane
2019-04-06
Bump version to 0.29.0.
John MacFarlane
2019-04-06
Update spec.
John MacFarlane
2019-04-06
Update spec.
John MacFarlane
2019-04-06
Update spec.
John MacFarlane
2019-04-06
Resolve link references before creating setext header.
John MacFarlane
2019-04-06
commonmark renderer: improve escaping.
John MacFarlane
2019-04-06
render: only emit actual newline when escape mode is LITERAL.
John MacFarlane
2019-04-06
Update spec.
John MacFarlane
2019-04-04
Update code span normalization...
John MacFarlane
2019-04-04
Update spec.
John MacFarlane
2019-04-03
Allow empty `<>` link destination in reference link.
John MacFarlane
2019-04-03
Update spec
John MacFarlane
2019-03-28
Remove leftover includes of memory.h.
John MacFarlane
2019-03-26
Merge pull request #269 from foonathan/master
John MacFarlane
2019-03-26
Fix #289.
John MacFarlane
2019-03-26
Update spec.txt.
John MacFarlane
2019-03-26
Update regression tests in light of recent spec changes...
John MacFarlane
2019-03-25
Add regression test for #517.
John MacFarlane
2019-03-25
Update test/spec.txt
John MacFarlane
2019-03-23
Update spec; allow internal delimiter runs to match if...
John MacFarlane
2019-03-22
Include references.h in parser.h
John MacFarlane
2019-03-19
Update spec. Fix `[link](<foo\>)`.
John MacFarlane
2019-03-19
Define CMARK_OPT_SAFE for API compatibility.
John MacFarlane
2019-03-18
Remove deprecated call to add_compiler_export_flags()
Jonathan Müller
2019-03-18
Bump CMake to version 3
Jonathan Müller
2019-03-17
Make rendering safe by default.
John MacFarlane
2019-03-17
Merge pull request #254 from github/empty-input
John MacFarlane
2019-03-17
Avoid gcc warning for uninitialized variable.
John MacFarlane
2019-03-17
Use hand-rolled scanner for thematic break.
John MacFarlane
2019-03-17
Do cheaper test first.
John MacFarlane
2019-03-17
Rename ends_with_blank_line with S_ prefix.
John MacFarlane
2019-03-17
Add CMARK_NODE__LAST_LINE_CHECKED flag.
John MacFarlane
2019-03-17
In ends_with_blank_line, call S_set_last_line_blank...
John MacFarlane
2019-03-17
Add pathological test for #285.
John MacFarlane
2019-03-17
Add regression test for commonmark#526.
John MacFarlane
2019-03-17
Disallow unescaped ( in parenthesized link title.
John MacFarlane
[prev]
[next]