gomuks/lib/bfhtml/doc.go
Tulir Asokan 7da1555c84 Improve Markdown rendering
* Remove paragraphs from output HTML
* Remove mention link wrapper from text (leaving only mention name)
2018-04-21 21:24:07 +03:00

3 lines
115 B
Go

// Package bfhtml contains an extension to the Blackfriday HTML renderer to disable paragraph tags.
package bfhtml