diff options
Diffstat (limited to 'markdown/eval.go')
| -rw-r--r-- | markdown/eval.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/markdown/eval.go b/markdown/eval.go index ae4bafc..9b0e099 100644 --- a/markdown/eval.go +++ b/markdown/eval.go @@ -8,6 +8,7 @@ type Option struct { ImageSource func(source string) string RenderLink func(content, href string) template.HTML Replaces map[rune]string + Poem bool } func Parse(s string, opt *Option) (template.HTML, *ParseError) { |
