summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-09-02fix slantKatolaZ
2020-09-02fix boldKatolaZ
2020-09-02add support for groff mom filterKatolaZ
2020-08-24define whitespace per specAsherah Connor
2020-08-23Add MAX_INDENT for xml.John MacFarlane
2020-07-12Treat textarea like script, style, pre (type 1 HTML block)...John MacFarlane
2020-06-24Fix handling of empty strings when creating XML/HTML output.Steffen Kieß
2020-06-22Re-add `--safe` command-line option as a no-op.John MacFarlane
2020-05-13Don't call memcpy with NULL as 1st parameter.John MacFarlane
2020-05-13Add more NOLINTNEXTLINE directives.John MacFarlane
2020-05-13Add NOLINTNEXTLINE to avoid a useless linter error.John MacFarlane
2020-05-13Add needed include in blocks.cJohn MacFarlane
2020-05-13Comment out unused function cmark_strbuf_cstr in buffer.hJohn MacFarlane
2020-05-13Fix unnecessary variable assignment.John MacFarlane
2020-05-12Update to Unicode 13.0data-man
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-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-15Remove unused variableNick 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-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: reduce property computation in CMakeSaleem Abdulrasool
2020-01-02build: use `CMAKE_INCLUDE_CURRENT_DIRECTORY`Saleem Abdulrasool
2020-01-02build: only include GNUInstallDirs onceSaleem 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-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