msmid / markdown2docbook

Conversion tool for transforming markdown text files to DocBook/HTML documents. Project is based on XSLT 2.0 technology.
MIT License
21 stars 6 forks source link

Parsing blockquote - triming trailing blanklines #18

Closed msmid closed 10 years ago

msmid commented 10 years ago

trim whitespace lines (marked in code)

adsad asdas asd | | trim this |
msmid commented 10 years ago

Shouldn't be necessary because triming of whitespace is done in other parsing functions. In general, md2doc:parse-blockquote only send part of text to be parsed, wrapped inside blockquote element.