Added mdtohtml
This commit is contained in:
parent
91ed203f60
commit
abaaf147ab
4 changed files with 51 additions and 0 deletions
12
pkgs/mdtohtml/exts.patch
Normal file
12
pkgs/mdtohtml/exts.patch
Normal 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 {
|
Loading…
Add table
Add a link
Reference in a new issue