Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,377 contributions in the last year
Contribution activity
October 2020
Created a pull request in couchbase/docs-site that received 5 comments
upgrade site to Antora 3 and leverage latest version segment feature to manage current URL
- resolves #1800 only extend theme in extends hierarchy once unless modified with !important
- resolves #1798 force inline image to fit within table cell when width is larger than allocated space
- resolves #1699 add default themes optimized for print
- resolves #1790 fix and test optimizer on windows
- resolves #1791 allow path of ghostscript command to be controlled using GS env var
- extract method to promote preface block to section
- resolves #1781 don't crash when rendering alt text for block image if value of align attribute is invalid
- resolves #1778 use value of author attribute for PDF info and pdfmark if locked by API
Created an issue in asciidoctor/asciidoctor-pdf that received 2 comments
Optimizer fails to run on Windows
The optimizer does not work on Windows because rghost is mangling the arguments to the gs command.
- Don't load a theme that has already been loaded when extending a theme
- Rename literal key to code
- Add option to suppress page break between part title and chapter title
- Allow path to the gs command (Ghostscript) to be specified explicitly
- Add option to hide document title in outline
- Add switch to include entry for preamble or anonymous preface in TOC and outline
- Allow optimizer to be pluggable
- Do not crash when rendering alt text for missing image if value of align is invalid
- Warn instead of crash if background image cannot be loaded
- The value of the author attribute passed to the API or CLI is not used in the PDF info
- Footnotes in AsciiDoc table cell are not rendered