summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-13copy line/col info straight from opener/closerAshe Connor
2018-11-13expand testsAshe Connor
2018-11-12add failing testAshe Connor
2018-10-31render.c: reset last_breakable after cr.John MacFarlane
2018-10-08Merge pull request #272 from felixonmars/patch-2John 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-10-04Update spec.txt.John MacFarlane
2018-09-14Merge pull request #257 from pclouds/xml-space-preserveJohn MacFarlane
2018-09-14Merge pull request #267 from nwellnhof/xml2mdJohn MacFarlane
2018-09-14Minor fixes to xml2md.xslNick Wellnhofer
2018-09-14XSLT stylesheet to convert cmark XML back to CommonmarkNick Wellnhofer
2018-09-09Update spec.txt.John MacFarlane
2018-09-09Check for whitespace before reference title.John MacFarlane
2018-09-09Update spec.txt.John MacFarlane
2018-09-06Merge pull request #265 from compnerd/upstream-windows-cross-compileJohn MacFarlane
2018-09-05build: only attempt to install MSVC system libraries on WindowsSaleem Abdulrasool
2018-08-27Fix appveyor links.John MacFarlane
2018-08-26Simplify code normalization, in line with spec change.John MacFarlane
2018-08-26Updated spec.txt.John MacFarlane
2018-08-25Code span spec changes.John MacFarlane
2018-08-25Update spec.txt.John MacFarlane
2018-08-25entity_tests.py - omit noisy success output.John MacFarlane
2018-07-19Merge pull request #259 from github/link-parsing-corner-casesJohn MacFarlane
2018-07-16add link parsing corner cases to regressionsAshe Connor
2018-07-07Add xml:space="preserve" in XML output when appropriateNguyễn Thái Ngọc Duy
2018-06-11Fix spaces on regression test.John MacFarlane
2018-06-11Removed meta from list of block tags.John MacFarlane
2018-04-15pathological_tests.py: make tests run faster.John MacFarlane
2018-04-15pathological_tests.py: added test for deeply nested lists.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-25Update spec.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-03-25Update spec.txt from repository.John MacFarlane
2017-11-18README - use commonmark/cmark for appveyor badge.John MacFarlane
2017-11-18Merge pull request #250 from nwellnhof/test-static-only-buildJohn MacFarlane
2017-11-18Add static-only build to Travis test matrixNick Wellnhofer
2017-11-18Also run API tests with CMARK_SHARED=OFFNick Wellnhofer
2017-11-18Rename roundtrip and entity testsNick Wellnhofer
2017-11-16Updated travis badges and issue tracker jgm -> commonmark.John MacFarlane
2017-11-15Merge pull request #249 from nwellnhof/static-only-buildJohn MacFarlane
2017-11-14Generate export header for static-only buildNick Wellnhofer
2017-11-05Fixed exit code for pathological tests.John MacFarlane
2017-11-05Add allowed failures to pathological_tests.py.John MacFarlane
2017-11-05Add timeout to pathological_tests.py.John MacFarlane
2017-11-05Refactored pathological_tests.pyJohn MacFarlane