Open Pinkilla opened 6 months ago
hi again,
I find a solution. in file markdown.py
at line 40, just add support for footnotes.
md = Markdown(
extensions=[
"meta",
"fenced_code",
"codehilite",
"smarty",
"footnotes", # <--- here
MarkdownLinkExtension(),
],
output_format="html",
)
return md
could you please adding this for next release ?
thanks a lot.
hello,
thanks a lot for your service.
I test it. I use a lot of footnotes and there are not render in html file. do you know why ?
is this correct ?
thanks.