Added mdtohtml

This commit is contained in:
Ella-0 2021-04-06 08:15:33 +01:00
parent 91ed203f60
commit abaaf147ab
4 changed files with 51 additions and 0 deletions

12
pkgs/mdtohtml/exts.patch Normal file
View file

@ -0,0 +1,12 @@
--- a/main.go
+++ b/main.go
@@ -100,7 +100,8 @@
parser.FencedCode |
parser.Autolink |
parser.Strikethrough |
- parser.SpaceHeadings
+ parser.SpaceHeadings |
+ parser.Footnotes
var renderer markdown.Renderer
if latex {