Remove test md

This commit is contained in:
Toby Padilla 2019-11-09 16:24:57 -06:00
commit a1f213d1af

View file

@ -10,20 +10,6 @@ import (
bf "gopkg.in/russross/blackfriday.v2"
)
const tmd = `
# Test
This is a test yo.
## Dude!
* one
* two
* three
[yoda](http://flame.com)
`
func main() {
s := flag.String("s", "", "style json path")
flag.Parse()