Skip to content

Commit 8b5900e

Browse files
Rename the commonmark plugin module (#443)
to prevent name collisions with the Python commonmark parser. This change prevents: ``` AttributeError: module 'commonmark' has no attribute 'Parser' ``` Closes #434 Co-authored-by: Aaron Meurer <[email protected]>
1 parent 62fb9cc commit 8b5900e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

v7/commonmark/commonmark.plugin

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Core]
22
Name = commonmark
3-
Module = commonmark
3+
Module = commonmark_plugin
44

55
[Nikola]
66
PluginCategory = Compiler
File renamed without changes.

v8/commonmark/commonmark.plugin

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Core]
22
Name = commonmark
3-
Module = commonmark
3+
Module = commonmark_plugin
44

55
[Nikola]
66
PluginCategory = PageCompiler
File renamed without changes.

0 commit comments

Comments
 (0)