mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-15 04:43:01 +01:00
22 lines
596 B
Diff
22 lines
596 B
Diff
--- a/formiko/renderer.py
|
|
+++ b/formiko/renderer.py
|
|
@@ -63,7 +63,7 @@
|
|
ExtendCommonMarkParser = None
|
|
|
|
try:
|
|
- from m2r import convert as m2r_convert
|
|
+ from m2r2 import convert as m2r_convert
|
|
|
|
class Mark2Resturctured(RstParser):
|
|
"""Converting from MarkDown to reStructuredText before parse."""
|
|
@@ -101,7 +101,7 @@
|
|
"key": "m2r",
|
|
"title": "MarkDown to reStructuredText",
|
|
"class": Mark2Resturctured,
|
|
- "url": "https://github.com/miyakogi/m2r",
|
|
+ "url": "https://github.com/CrossNox/m2r2",
|
|
},
|
|
"cm": {
|
|
"key": "cm",
|
|
|