A Markdown Renderer for the BlackFriday library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
187 B

module github.com/nmasse-itix/blackfriday-markdown-renderer
go 1.14
require (
github.com/russross/blackfriday/v2 v2.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
)