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