John MacFarlane
63a4d269c5
Added reference to benchmarks in README.
2015-01-24 21:33:22 -08:00
John MacFarlane
c8453ff31f
Removed non-C related parts of README.md.
2015-01-24 21:28:29 -08:00
John MacFarlane
5ef31853d5
Added note on documentation in man pages.
2015-01-24 20:56:43 -08:00
John MacFarlane
e1c590d3de
Merge pull request #297 from nwellnhof/makefile_fixes
...
Makefile fixes
2015-01-24 12:01:33 -08:00
John MacFarlane
d6c615f268
Removed JS implementation, which is moving to its own repo:
...
<https://github.com/jgm/commonmark.js >
2015-01-24 11:07:01 -08:00
Nick Wellnhofer
10fc979567
Pass INSTALL_PREFIX to cmake
...
This allows to install to a location other than /usr/local without
invoking cmake manually.
2015-01-24 16:42:54 +01:00
John MacFarlane
96a4e04522
Fixed Xcode install example.
...
Closes #294 .
2015-01-22 00:37:55 -08:00
John MacFarlane
2107a56d58
README.md: refer to js/README.md for details on JS implementation.
2015-01-15 23:12:01 -08:00
John MacFarlane
47d27c2763
Improved README.
2015-01-12 21:09:17 -08:00
John MacFarlane
292b0bdad1
Moved python, rb, lua wrappers to wrappers subdirectory.
2015-01-12 20:30:36 -08:00
Zhiming Wang
d9e82a738e
Fixed typo in README.md
2015-01-06 22:23:31 -08:00
Peter Eisentraut
9a6568c2d0
Remove stray character
2014-12-18 21:37:09 -05:00
Max Lincoln
428cebea57
Fix links to the spec
...
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-17 19:20:51 -05:00
John MacFarlane
cfb756f918
Added note on lua wrapper.
2014-12-03 09:00:48 -08:00
John MacFarlane
ab68771467
Revised README's instructions on tests.
2014-12-03 08:57:19 -08:00
John MacFarlane
b374344fff
README: Document where the binaries are placed.
2014-12-01 23:00:30 -08:00
John MacFarlane
a37980f46c
Added src/scanners.c to repository.
...
This reduces build dependencies and should help avoid issues like
2014-12-01 20:38:17 -08:00
John MacFarlane
3643c9c36b
Updated path for spec_test.py.
2014-11-29 21:36:22 -08:00
John MacFarlane
3f7bdb1382
Renamed runtests.py -> spec_tests.py.
2014-11-27 12:30:04 -08:00
Nick Wellnhofer
3248516179
Build instructions for MSVC/NMAKE
2014-11-24 22:01:45 +01:00
John MacFarlane
6291b23400
README: Added note about --dump-tests.
2014-11-23 14:25:51 -08:00
John MacFarlane
d745ec198a
Added an Authors section to README.
2014-11-22 17:20:41 -08:00
John MacFarlane
4b87bbb3e2
Added python version of test runner.
...
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 23:52:24 -08:00
John MacFarlane
80e5cf9c4a
Fix to #205 that doesn't require raw HTML.
2014-11-18 07:32:46 -08:00
Jess Telford
e9498d9df4
Fix display of triple-backtick to be cross-renderer
...
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-18 13:58:33 +11:00
John MacFarlane
05d730a32b
Put benchmarks in separate benchmarks.md file.
2014-11-17 17:58:13 -08:00
John MacFarlane
0d29e8da52
Improved 'make bench'.
2014-11-17 10:39:45 -08:00
John MacFarlane
517174da86
Removed tarball target; replaced with archive, which also builds zip.
2014-11-16 16:01:08 -08:00
John MacFarlane
4734ddc846
Added instructions for cross-compiling windows binary.
2014-11-14 08:27:16 -08:00
Thiht
908e353a17
Fix some links in the README (stmd -> CommonMark for the Git repo)
2014-11-14 00:42:29 +01:00
John MacFarlane
5a7a3e829a
Better installation instructions.
2014-11-12 13:17:06 -08:00
John MacFarlane
f706feb470
Added note on using the library from python or ruby.
2014-11-12 10:48:30 -08:00
John MacFarlane
c95bf40de2
Documented more Makefile targets.
2014-11-12 07:51:06 -08:00
John MacFarlane
2810f421ae
Added cmake test target.
2014-11-12 07:43:17 -08:00
John MacFarlane
40a4731289
Moved "try it now" link to top.
2014-11-11 20:53:33 -08:00
John MacFarlane
8e859af5e1
Small tweak in README.
2014-11-11 20:52:31 -08:00
John MacFarlane
32e92dee93
Added js usage example.
2014-11-11 20:51:45 -08:00
John MacFarlane
1d24a153e2
README tweaks.
2014-11-11 20:49:35 -08:00
John MacFarlane
49a781ca6e
README - minor formatting.
2014-11-11 20:48:09 -08:00
John MacFarlane
5fa6dca878
Fixed "Try it now" link.
2014-11-11 20:46:57 -08:00
John MacFarlane
c6ef745679
Revised README.
2014-11-11 20:45:30 -08:00
John MacFarlane
343e9b3560
Added peg-markdown to benchmarks.
2014-11-10 14:36:39 -08:00
John MacFarlane
e853f6dc9a
Boldface cmark.
2014-11-10 14:34:15 -08:00
John MacFarlane
d3349d73d8
Added marked and commonmark.js to benchmarks.
2014-11-10 14:33:29 -08:00
John MacFarlane
b7f8baf7ae
Fixed typo in benchmarks.
2014-11-10 14:27:34 -08:00
John MacFarlane
8734ed24f5
New benchmarks.
2014-11-10 14:26:49 -08:00
John MacFarlane
bc89203925
README: more than 500 tests.
...
changes. Lines starting
2014-11-09 16:28:52 -08:00
John MacFarlane
2091909f6a
Revised README with cmake instructions.
2014-11-07 11:15:18 -08:00
John MacFarlane
627467cdf2
Fixed typo.
2014-11-04 21:51:56 -08:00
John MacFarlane
ee90975c18
Clarify benchmark conditions in README.md.
...
Closes #183 .
2014-11-04 21:51:04 -08:00