summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-11-11Don't allow link destinations with unbalanced unescaped parentheses.John MacFarlane
2019-07-05print_usage(): Minor grammar fix, swap two words (#305)Øyvind A. Holm
2019-04-23Link executable with static or shared libraryNick Wellnhofer
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-04Update code span normalization...John MacFarlane
2019-04-03Allow empty `<>` link destination in reference link.John 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-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