mirror of
https://github.com/vale981/recommonmark
synced 2025-03-05 10:01:39 -05:00
rename CommonMark
to commonmark
This commit is contained in:
parent
33b5c2a4ec
commit
06300d0873
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from os.path import splitext
|
|||
from docutils import parsers, nodes
|
||||
from sphinx import addnodes
|
||||
|
||||
from CommonMark import Parser
|
||||
from commonmark import Parser
|
||||
|
||||
from warnings import warn
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue