all repos — grayfriday @ 81cefb5e7cdbc5ad5676c979ae33797a4c191583

blackfriday fork with a few changes

Makefile (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
include $(GOROOT)/src/Make.inc

TARG=github.com/russross/blackfriday

GOFILES=markdown.go block.go inline.go html.go smartypants.go

include $(GOROOT)/src/Make.pkg

markdown: package
	make -C example