Changelog for skylighting-format-blaze-html-0.1.1.3
Changelog for skylighting-format-blaze-html
0.1.1.3
- Use
-webkit-text-size-adjustinstead of unsetting inline-block (#202, Jacke Zimmerman).
0.1.1.2
- Re-add
display: inline-blockto code line spans, but only for print media. See jgm/pandoc#9520.
0.1.1.1
- Remove
display: inline-blockfrom the code line spans. This caused odd size changes in iOS. Closes jgm/pandoc#7248.
0.1.1
- Export
formatHtml4Block, which should be used instead offormatHtmlBlockif HTML4 compliance is required.