Sha256: 7563ace47d1cff2010f6695a19fbc6d7f6962ed7ff664b0ee985a3389fb026a6
Contents?: true
Size: 495 Bytes
Versions: 3
Compression:
Stored size: 495 Bytes
Contents
Markdown in comments should not be parsed. https://github.com/bhollis/maruku/issues/115 Note that output is kind of weird because we modify the comment in order to let REXML parse it due to https://bugs.ruby-lang.org/issues/9277. *** Parameters: *** {} *** Markdown input: *** <!-- Header ------ --> <!-- -- --> *** Output of inspect *** md_el(:document,[md_html("<!--\nHeader\n- - - - - - \n-->"), md_html("<!-- - - -->")]) *** Output of to_html *** <!-- Header - - - - - - --> <!-- - - -->
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
maruku-0.7.3 | spec/block_docs/issue115.md |
maruku-0.7.2 | spec/block_docs/issue115.md |
maruku-0.7.1 | spec/block_docs/issue115.md |