aboutsummaryrefslogtreecommitdiff
path: root/lib/bfhtml/doc.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-21 20:19:43 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-21 21:24:07 +0300
commit7da1555c847edfc5a1d75b1ed26362901d3f9609 (patch)
treeb21543c9c3e93ee607e7702a7c5b8fba32efbb1b /lib/bfhtml/doc.go
parentd147fc7579bf77bf6f3ace669c8ade68be89d1ca (diff)
Improve Markdown rendering
* Remove paragraphs from output HTML * Remove mention link wrapper from text (leaving only mention name)
Diffstat (limited to 'lib/bfhtml/doc.go')
-rw-r--r--lib/bfhtml/doc.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bfhtml/doc.go b/lib/bfhtml/doc.go
new file mode 100644
index 0000000..4881087
--- /dev/null
+++ b/lib/bfhtml/doc.go
@@ -0,0 +1,2 @@
+// Package bfhtml contains an extension to the Blackfriday HTML renderer to disable paragraph tags.
+package bfhtml