Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-28 | Add link to R bindings | Jeroen Ooms | |
2015-05-13 | Added link to CommonMarker, ruby wrapper, in docs. | John MacFarlane | |
2015-05-06 | README: add links to go, perl, haskell wrapper libraries. | John MacFarlane | |
2015-05-06 | Added build status badges to README.md. | John MacFarlane | |
2015-04-16 | Added "Standardized" bullet to README. | John MacFarlane | |
2015-04-16 | Improved README. | John MacFarlane | |
2015-03-21 | Update README on output formats. | John MacFarlane | |
2015-02-04 | Use try.commonmark.org for dingus address. | John MacFarlane | |
2015-01-25 | Fixed license in README.md. | John MacFarlane | |
2015-01-25 | Fixed link to spec. | John MacFarlane | |
2015-01-24 | Improved README with note on wrappers. | John MacFarlane | |
2015-01-24 | Added reference to benchmarks in README. | John MacFarlane | |
2015-01-24 | Removed non-C related parts of README.md. | John MacFarlane | |
2015-01-24 | Added note on documentation in man pages. | John MacFarlane | |
2015-01-24 | Merge pull request #297 from nwellnhof/makefile_fixes | John MacFarlane | |
Makefile fixes | |||
2015-01-24 | Removed JS implementation, which is moving to its own repo: | John MacFarlane | |
<https://github.com/jgm/commonmark.js> | |||
2015-01-24 | Pass INSTALL_PREFIX to cmake | Nick Wellnhofer | |
This allows to install to a location other than /usr/local without invoking cmake manually. | |||
2015-01-22 | Fixed Xcode install example. | John MacFarlane | |
Closes #294. | |||
2015-01-15 | README.md: refer to js/README.md for details on JS implementation. | John MacFarlane | |
2015-01-12 | Improved README. | John MacFarlane | |
2015-01-12 | Moved python, rb, lua wrappers to wrappers subdirectory. | John MacFarlane | |
2015-01-06 | Fixed typo in README.md | Zhiming Wang | |
2014-12-18 | Remove stray character | Peter Eisentraut | |
2014-12-17 | Fix links to the spec | Max Lincoln | |
All the links the spec were broken. I changed `http://jgm.github.io/CommonMark/spec.html` to `http://spec.commonmark.org/0.13/`. It'd be nice if there was a `http://spec.commonmark.org/latest/` so you don't need to change the README every time a new version (unless there's major changes so the URL fragments aren't valid anymore. The spec itself has some broken fragment links, e.g. `#image` instead of `#images`. Unfortunately I don't have a good tool that checks fragments so I don't have the full list. | |||
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 | |