Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-03 | Added note on lua wrapper. | John MacFarlane | |
2014-12-03 | Revised README's instructions on tests. | John MacFarlane | |
2014-12-01 | README: Document where the binaries are placed. | John MacFarlane | |
2014-12-01 | Added src/scanners.c to repository. | John MacFarlane | |
This reduces build dependencies and should help avoid issues like | |||
2014-11-29 | Updated path for spec_test.py. | John MacFarlane | |
2014-11-27 | Renamed runtests.py -> spec_tests.py. | John MacFarlane | |
2014-11-24 | Build instructions for MSVC/NMAKE | Nick Wellnhofer | |
2014-11-23 | README: Added note about --dump-tests. | John MacFarlane | |
2014-11-22 | Added an Authors section to README. | John MacFarlane | |
2014-11-18 | Added python version of test runner. | John MacFarlane | |
This tests the dynamic library when run without a second argument. The code makes use of an amended version of the normalization method from karlcow/markdown-testsuite. Closes #161. | |||
2014-11-18 | Fix to #205 that doesn't require raw HTML. | John MacFarlane | |
2014-11-18 | Fix display of triple-backtick to be cross-renderer | Jess Telford | |
GitHub Flavored Markdown (where this README.md is rendered) was showing the triple tick as <code> </code>\`<code> </code>. This fixes it to correctly display 3 backtick characters when rendered. Tested in reference implementation, Github, and dillinger.io | |||
2014-11-17 | Put benchmarks in separate benchmarks.md file. | John MacFarlane | |
2014-11-17 | Improved 'make bench'. | John MacFarlane | |
2014-11-16 | Removed tarball target; replaced with archive, which also builds zip. | John MacFarlane | |
2014-11-14 | Added instructions for cross-compiling windows binary. | John MacFarlane | |
2014-11-14 | Fix some links in the README (stmd -> CommonMark for the Git repo) | Thiht | |
2014-11-12 | Better installation instructions. | John MacFarlane | |
2014-11-12 | Added note on using the library from python or ruby. | John MacFarlane | |
2014-11-12 | Documented more Makefile targets. | John MacFarlane | |
2014-11-12 | Added cmake test target. | John MacFarlane | |
2014-11-11 | Moved "try it now" link to top. | John MacFarlane | |
2014-11-11 | Small tweak in README. | John MacFarlane | |
2014-11-11 | Added js usage example. | John MacFarlane | |
2014-11-11 | README tweaks. | John MacFarlane | |
2014-11-11 | README - minor formatting. | John MacFarlane | |
2014-11-11 | Fixed "Try it now" link. | John MacFarlane | |
2014-11-11 | Revised README. | John MacFarlane | |
2014-11-10 | Added peg-markdown to benchmarks. | John MacFarlane | |
2014-11-10 | Boldface cmark. | John MacFarlane | |
2014-11-10 | Added marked and commonmark.js to benchmarks. | John MacFarlane | |
2014-11-10 | Fixed typo in benchmarks. | John MacFarlane | |
2014-11-10 | New benchmarks. | John MacFarlane | |
2014-11-09 | README: more than 500 tests. | John MacFarlane | |
changes. Lines starting | |||
2014-11-07 | Revised README with cmake instructions. | John MacFarlane | |
2014-11-04 | Fixed typo. | John MacFarlane | |
2014-11-04 | Clarify benchmark conditions in README.md. | John MacFarlane | |
Closes #183. | |||
2014-11-04 | Updated README to indicate where to get prebuilt commonmark.js. | John MacFarlane | |
2014-10-26 | Removed narrative.md, moved its content to README.md. | John MacFarlane | |
2014-10-25 | README tweaks (remove refs to stmd/), added benchmarks. | John MacFarlane | |
2014-10-24 | Rename js/bin/markdown -> js/bin/commonmark. | John MacFarlane | |
2014-10-24 | Renamed javascript implementation to commonmark.js. | John MacFarlane | |
2014-10-24 | Renamed c program and library stmd -> cmark. | John MacFarlane | |
Also renamed internal library functions accordingly. | |||
2014-10-24 | README: Added note on protecting vs XSS attacks. | John MacFarlane | |
Closes #61. | |||
2014-10-24 | README: Fixed some javascript instructions. | John MacFarlane | |
2014-10-07 | Correct capitalization of JavaScript | Bengt Lüers | |
2014-09-06 | Capitalize Markdown. | John MacFarlane | |
2014-09-06 | Cosmetic change in README. | John MacFarlane | |
2014-09-06 | replace Standard Markdown with CommonMark | Pablo Rodríguez | |
2014-08-17 | README: removed reference to this repository. | John MacFarlane | |