mmarkdown / mmark

Mmark: a powerful markdown processor in Go geared towards the IETF
https://mmark.miek.nl
Other
480 stars 45 forks source link

implement index in gomarkdown #3

Closed miekg closed 6 years ago

miekg commented 6 years ago

This should be relatively easy. Support mmark indices: https://mmark.nl/post/syntax/#indices

This needs upstream support in parser/inline.go (add a new file index.go or something) and a bunch of tests to see if we can parse it.

upstream is https://github.com/gomarkdown/markdown

miekg commented 6 years ago

Syntax has been added.