github.com/gocaveman/caveman@v0.0.0-20191211162744-0ddf99dbdf6e/renderer/markdown/markdown.go (about)

     1  // A renderer Loader that reads markdown.
     2  package markdown
     3  
     4  // TODO: use https://github.com/russross/blackfriday to render stuff, make sure we have well-defined behavior
     5  // regarding go templating that is in the markdown - probably a flag as to whether to allow it through or strip
     6  // it out. Be sure to implement the meta block at the top.