Sha256: b927cee15b72caffe8e5c449f95e20fe02e4e8bfbbd5cfba86ad968532c2fb42
Contents?: true
Size: 381 Bytes
Versions: 3
Compression:
Stored size: 381 Bytes
Contents
Pass weird messed up header through to output without blowing up. Secondary issue noticed via https://github.com/bhollis/maruku/issues/124 *** Parameters: *** {:on_error => :raise} *** Markdown input: *** = Markdown, with some ruby = *** Output of inspect *** md_el(:document, md_par(["= Markdown, with some ruby ="])) *** Output of to_html *** <p>= Markdown, with some ruby =</p>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
maruku-0.7.3 | spec/block_docs/ignore_bad_header.md |
maruku-0.7.2 | spec/block_docs/ignore_bad_header.md |
maruku-0.7.1 | spec/block_docs/ignore_bad_header.md |