added the tables extension - needs some work
This commit is contained in:
parent
4b8db948ed
commit
1db86f968e
|
@ -514,6 +514,7 @@ def create_markdown_parser(context: Context) -> markdown.Markdown:
|
||||||
}
|
}
|
||||||
return markdown.Markdown(extensions=['fenced_code',
|
return markdown.Markdown(extensions=['fenced_code',
|
||||||
'codehilite',
|
'codehilite',
|
||||||
|
'tables',
|
||||||
MetaStripper(),
|
MetaStripper(),
|
||||||
ObsidianComments(),
|
ObsidianComments(),
|
||||||
ObsidianStyleFootnotes(SUPERSCRIPT_TEXT='[{}]', SEPARATOR='-'),
|
ObsidianStyleFootnotes(SUPERSCRIPT_TEXT='[{}]', SEPARATOR='-'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user