Releases: opf/md-to-pdf
Releases · opf/md-to-pdf
v0.0.23
What's Changed
- feat(html table cell): allow set a cell background color with style attribute
Full Changelog: v0.0.22...v0.0.23
v0.0.22
v0.0.21
- chore(dependencies): commonmarker 1.x gem removed the possibility to parse and get the markdown AST; switched to markly fork
v0.0.20
v0.0.19
- feat(image caption): support caption in markdown and figcaption in html
- test(paragraph): add align tests
Full Changelog: v0.0.18...v0.0.19
v0.0.18
- feat(codeblock): create a table row per line instead of one large cell
Full Changelog: v0.0.17...v0.0.18
v0.0.17
- fix(tables): add test and fix error for empty prawn cells
Full Changelog: v0.0.16...v0.0.17
v0.0.16
- validation of yml styles with json schema
- use _ instead of - in yml style key names
- fix(images): handle invalid image specs
Full Changelog: v0.0.15...v0.0.16
v0.0.15
- refactor(generator): split monolithic generator class into modules
- basic html tag support for tables, paragraphs, lists, links, images and formatting
- add rspec testing
- add rubocop linting
- fix: don't scale up small images
- fix: table.header.size has been ignored, now applied
- fix: include VERSION file
Full Changelog: v0.0.14...v0.0.15
v0.0.14
- chore(deps): update nokogiri dependency
Full Changelog: v0.0.13...v0.0.14