add support for markdown footnotes
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
217b2d223d
commit
42a52ab7b9
2 changed files with 5 additions and 0 deletions
1
post.go
1
post.go
|
@ -46,6 +46,7 @@ func newPost(slug string) (*Post, error) {
|
|||
extension.Linkify,
|
||||
extension.Strikethrough,
|
||||
extension.Typographer,
|
||||
extension.Footnote,
|
||||
meta.Meta,
|
||||
highlighting.Highlighting,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue