|
@ -22,4 +22,4 @@ def nullify(e: Element): |
|
|
# we ever want to disable or enable some of panflute's markdown extensions, |
|
|
# we ever want to disable or enable some of panflute's markdown extensions, |
|
|
# this is the place to do it. |
|
|
# this is the place to do it. |
|
|
def import_md(s: str, standalone: bool=True) -> Doc: |
|
|
def import_md(s: str, standalone: bool=True) -> Doc: |
|
|
return convert_text(s, standalone=standalone, input_format="markdown-definition_lists-citations") |
|
|
return convert_text(s, standalone=standalone, input_format="markdown-definition_lists-citations-latex_macros") |
|
|