summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-18Remove deprecated call to add_compiler_export_flags()Jonathan 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-17Disallow unescaped ( in parenthesized link title.John MacFarlane
2018-11-21check for OpenBSD 5.9+Ashe Connor
2018-11-20Use pledge(2) on OpenBSDAshe Connor
2018-11-13copy line/col info straight from opener/closerAshe Connor
2018-10-31render.c: reset last_breakable after cr.John MacFarlane
2018-10-08Fix a typo in houdini_href_e.cFelix Yan
2018-10-04commonmark writer: use ~~~ fences if info string contains backtick.John MacFarlane
2018-10-04Update scanners for new info string rules.John MacFarlane
2018-09-14Merge pull request #257 from pclouds/xml-space-preserveJohn MacFarlane
2018-09-09Check for whitespace before reference title.John MacFarlane
2018-09-05build: only attempt to install MSVC system libraries on WindowsSaleem Abdulrasool
2018-08-26Simplify code normalization, in line with spec change.John MacFarlane
2018-08-25Code span spec changes.John MacFarlane
2018-07-07Add xml:space="preserve" in XML output when appropriateNguyễn Thái Ngọc Duy
2018-06-11Removed meta from list of block tags.John MacFarlane
2018-04-14Optimize S_find_first_nonspace.John MacFarlane
2018-03-25Allow spaces in link destination delimited with pointy brackets.John MacFarlane
2018-03-25Adjust max length of decimal/numeric entities.John MacFarlane
2018-03-25Fix inline raw HTML parsing.John MacFarlane
2018-03-25Don't allow list markers to be indented >= 4 spaces.John MacFarlane
2018-02-20Check for empty buffer when renderingPhil Turnbull
2017-11-14Generate export header for static-only buildNick Wellnhofer
2017-11-05Merge pull request #217 from github/upstream/limit-nested-parensJohn MacFarlane
2017-11-02Merge branch 'master' into upstream/inline-sourceposAshe Connor
2017-10-19Include GNUInstallDirs in src/CMakeLists.txtNick Wellnhofer
2017-10-12Fixed regression in install dest for static library.John MacFarlane
2017-10-10Don't use CMAKE_INSTALL_LIBDIR to create libcmark.pc.John MacFarlane
2017-09-14blocks: Fix quadratic behavior in `finalize`Vicent Marti
2017-08-10Skip sourcepos tracking if disabledYuki Izumi
2017-08-10Fix inlines spanning newlines, text in non-paraYuki Izumi
2017-08-09--smart: open quote can never occur right after `]` or `)`.John MacFarlane
2017-08-09Add sourcepos info for inlinesYuki Izumi
2017-08-03Reformat source code with 'make format'Nguyễn Thái Ngọc Duy
2017-08-01Advertise --validate-utf8 in usage informationNguyễn Thái Ngọc Duy
2017-07-17Fix URL scanner.Yuki Izumi
2017-07-13Reverted mistaken fix to #193.John MacFarlane
2017-07-12> 32 nested balanced parens in a link is bananasYuki Izumi
2017-07-11Merge pull request #213 from github/upstream/undefined-shiftJohn MacFarlane
2017-07-11Use unsigned integer when shiftingPhil Turnbull
2017-07-06Avoid memcpy'ing NULL pointersPhil Turnbull
2017-06-29DeMorgan simplification of some tests in emphasis parser.John MacFarlane