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',
|
||||
'codehilite',
|
||||
'tables',
|
||||
MetaStripper(),
|
||||
ObsidianComments(),
|
||||
ObsidianStyleFootnotes(SUPERSCRIPT_TEXT='[{}]', SEPARATOR='-'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user