This commit is contained in:
Krzysztof Kowalczyk 2018-01-26 04:12:07 -08:00
parent db85fee190
commit 59a376d529
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Ways to customize parser:
* use custom extensions by creating parser with `markdown.NewParserWithExtensions(extensions)`
* over-ride `Parser.ReferenceOverride` function
You can also check out [cmd/mdhtml(https://github.com/gomarkdown/markdown/tree/master/cmd/mdtohtml) for more complete example
You can also check out [cmd/mdhtml](https://github.com/gomarkdown/markdown/tree/master/cmd/mdtohtml) for more complete example
of how to use it. You can install it with:
go get github.com/gomarkdown/markdown/cmd/mdtohtml