Enable writing plain text straight to output It's only used in a single place and should probably be refactored away, but this workaround is OK for now.
Vytautas Ĺ altenis vytas@rtfb.lt
Mon, 09 Nov 2015 21:14:32 +0200
4 files changed,
10 insertions(+),
1 deletions(-)
M
markdown.go
→
markdown.go
@@ -204,6 +204,7 @@
GetFlags() HtmlFlags CaptureWrites(processor func()) []byte CopyWrites(processor func()) []byte + Write(b []byte) (int, error) GetResult() []byte }