Merge pull request #214 from stephenafamo/patch-1

Add link to goldmark-pdf in README
This commit is contained in:
Yusuke Inuzuka 2021-04-21 14:39:53 +09:00 committed by GitHub
commit 155754ef6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -423,6 +423,7 @@ Extensions
- [goldmark-emoji](https://github.com/yuin/goldmark-emoji): An emoji
extension for the goldmark Markdown parser.
- [goldmark-mathjax](https://github.com/litao91/goldmark-mathjax): Mathjax support for the goldmark markdown parser
- [goldmark-pdf](https://github.com/stephenafamo/goldmark-pdf): A PDF renderer that can be passed to `goldmark.WithRenderer()`.
goldmark internal(for extension developers)
----------------------------------------------