1
- CommonMark- py
1
+ commonmark. py
2
2
=============
3
3
4
- CommonMark- py is a pure Python port of `jgm <https://github.com/jgm >`__'s
4
+ commonmark. py is a pure Python port of `jgm <https://github.com/jgm >`__'s
5
5
`commonmark.js <https://github.com/jgm/commonmark.js >`__, a
6
6
Markdown parser and renderer for the
7
7
`CommonMark <http://commonmark.org >`__ specification, using only native
8
8
modules. Once both this project and the CommonMark specification are
9
9
stable we will release the first ``1.0 `` version and attempt to keep up
10
10
to date with changes in ``commonmark.js ``.
11
11
12
- CommonMark- py is tested against the CommonMark spec with Python versions
12
+ commonmark. py is tested against the CommonMark spec with Python versions
13
13
2.7, 3.4, 3.5, 3.6, and 3.7.
14
14
15
15
**Current version: ** 0.9.0
@@ -83,7 +83,7 @@ a pull request adding your test to the existing test suite.
83
83
Tests
84
84
-----
85
85
86
- To work on CommonMark- py, you will need to be able to run the test suite to
86
+ To work on commonmark. py, you will need to be able to run the test suite to
87
87
make sure your changes don't break anything. To run the tests, you can do
88
88
something like this:
89
89
@@ -106,7 +106,7 @@ tracing.
106
106
$ ./venv/bin/python commonmark/tests/run_spec_tests.py -h
107
107
usage: run_spec_tests.py [-h] [-t T] [-p] [-f] [-i] [-d] [-np] [-s]
108
108
109
- script to run the CommonMark specification tests against the CommonMark- py
109
+ script to run the CommonMark specification tests against the commonmark. py
110
110
parser.
111
111
112
112
optional arguments:
0 commit comments