summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2014-09-04resolves #29 rewrite as a proper Asciidoctor converterDan Allen
- rewrite as a proper Asciidoctor converter - move main code under the Asciidoctor::Pdf module - set version to 1.5.0.dev to track core - update asciidoctor gem to ~> 1.5.0 - migrate to prawn 1.2.1 - add required prawn-table dependency - make asciidoctor-pdf cli a wrapper around asciidoctor cli - move inline node handlers to converter - remove line metrics hacks * replace with padding top/bottom adjustment around prose - evaluate array elements in theme - update themes - update examples - update README - add Asciidoctor PDF version to PDF header - take out prose around image logic (moved to editions) - fix loads of rendering bugs :)
2014-08-28add box drawing symbols to M+ 1mn fontDan Allen
2014-05-29update liberation mono fonts, add Noto & M+ fonts; register fonts in theme fileDan Allen
2014-05-29fill in missing settings for default themeDan Allen
2014-01-29customize UI macro outputs (kbd, btn, menu)Dan Allen
2014-01-11initial import of Asciidoctor PDFDan Allen