summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-19Adding CIFuzzLeo Neat
2020-03-03Skip UTF-8 BOM if present at beginning of buffer.John MacFarlane
2020-02-16Add casts for MSVC10.John MacFarlane
2020-02-16Fix #220 (hash collisions for references).John MacFarlane
2020-02-16Add pathological test for reference collisions (see #220).John MacFarlane
2020-02-11Update date on cmark.1.John MacFarlane
2020-02-11cmark.1 - Document --unsafe instead of --safe.John MacFarlane
2020-02-11cmark.1: remove docs for `--normalize` which no longer exists.John MacFarlane
2020-02-09Add cmark_get_default_mem_allocator().John MacFarlane
2020-01-25Fix URL check in is_autolinkNick Wellnhofer
2020-01-25Fix null pointer deref in is_autolinkNick Wellnhofer
2020-01-24build: substitute the path into the generate filesSaleem Abdulrasool
2020-01-23build: use absolute path for cmarkTargets.cmakeSaleem Abdulrasool
2020-01-23Rearrange struct cmark_nodeNick Wellnhofer
2020-01-23Improve packing of struct cmark_listNick Wellnhofer
2020-01-23Use C string instead of chunk in rendererNick Wellnhofer
2020-01-23Use C string instead of chunk for literal textNick Wellnhofer
2020-01-23Use C string instead of chunk for custom block contentsNick Wellnhofer
2020-01-23Use C string instead of chunk for link URL and titleNick Wellnhofer
2020-01-23Use C string instead of chunk for code info and literalNick Wellnhofer
2020-01-23Helper function to set C strings in nodesNick Wellnhofer
2020-01-15Fix pathological_tests.py on WindowsNick Wellnhofer
2020-01-15Remove useless __name__ check in test scriptsNick Wellnhofer
2020-01-15Remove unused variableNick Wellnhofer
2020-01-15Reintroduce version check for MSVC /TP flagNick Wellnhofer
2020-01-11Fix CMake generator expression checking for MSVCNick Wellnhofer
2020-01-10commonmark renderer: better escaping in smart mode.John MacFarlane
2020-01-10Add options field to cmark_renderer.John MacFarlane
2020-01-05Move C_VISIBILITY_PRESET back to src/CMakeLists.txt.John MacFarlane
2020-01-05commonmark.c - use size_t instead of int.John MacFarlane
2020-01-05Include string.h in cmark-fuzz.c.John MacFarlane
2020-01-03fix -Wconst-qual warningSaleem Abdulrasool
2020-01-02build: add exports targets for build tree usageSaleem Abdulrasool
2020-01-02build: use target properties for include pathsSaleem Abdulrasool
2020-01-02build: chmod -x CMakeLists.txt (NFC)Saleem Abdulrasool
2020-01-02build: reduce property computation in CMakeSaleem Abdulrasool
2020-01-02build: use `CMAKE_INCLUDE_CURRENT_DIRECTORY`Saleem Abdulrasool
2020-01-02build: improve man page installationSaleem Abdulrasool
2020-01-02build: only include GNUInstallDirs onceSaleem Abdulrasool
2019-12-26build: replace `add_compile_definitions` (#321)Saleem Abdulrasool
2019-12-22build: cleanup CMake (#319)Saleem Abdulrasool
2019-12-21Commonmark renderer: always use fences for code (#317).John MacFarlane
2019-12-21Ensure that consecutive indented code blocks aren't merged...John MacFarlane
2019-12-19Improve rendering of commonmark code spans with spaces.John MacFarlane
2019-11-27normalize.py: use html.escape instead of cgi.escape.John MacFarlane
2019-11-11Cleaner approach to max digits for numeric entities.John MacFarlane
2019-11-11Fix entity parser (and api test) to respect length limit on numeric entities.John MacFarlane
2019-11-11Code reformatJohn MacFarlane
2019-11-11Don't allow link destinations with unbalanced unescaped parentheses.John MacFarlane
2019-11-11Updaet spec.txt.John MacFarlane