previewmd

Simple Markdown preview
git clone https://www.brianlane.com/git/previewmd
Log | Files | Refs | README

go.mod (159B)


      1 module github.com/bcl/previewmd
      2 
      3 go 1.15
      4 
      5 require (
      6 	github.com/russross/blackfriday/v2 v2.0.1
      7 	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
      8 )