Releases: MaxMelcher/AzureDevOps.WikiPDFExport
Version 2.5.0 - Mermaid support
Thanks to @jkanczler Mermaid diagrams are now exported (fixes #11)
- use -m parameter to enable this feature.
- use --chrome-path to specify where Chrome is installed, if not present, a headless version will be downloaded.
Version 2.4.1- Image fix
Fixing an issue when a image path was not set - thanks @MiroRadenovic
Version 2.4.0 - Scale Images
Scaling images is now supported by using the following syntax:

or
{width=90 height=100}
Thanks @ahmadharis!
Version 2.3.2 - inline code fix
Version 2.3.0 - .net core 3.1, smileys, title, images
New footer/header options
Thanks to @roel4ez there are new header/footer options:
- --footer-url and --header-url to reference a HTML template that should be used as header/footer.
- --footer-hide-line to hide the horizontal line in the footer
Uploading azuredevops-export-wiki.exe…
Basic css support
new parameter --css that allows to provide a css file to style the pdf.
Support of tables
Supporting markdown tables.
Minor fix
Removing the additiona h2 element when using --pathToHeading so that the quick navigation in PDF is not getting messed up.
Version 1.1.0
New parameters to design the header and footer of the PDF:
--pathToHeading
Add path of the file to the header
--footer-left, --footer-center, --footer-right, --header-left, --header-center, --header-right,
Headers and footers can be added to the document by the --header-* and
--footer* arguments respectfully. In header and footer text string supplied
to e.g. --header-left, the following variables will be substituted.
- [page] Replaced by the number of the pages currently being printed
- [frompage] Replaced by the number of the first page to be printed
- [topage] Replaced by the number of the last page to be printed
- [webpage] Replaced by the URL of the page being printed
- [section] Replaced by the name of the current section
- [subsection] Replaced by the name of the current subsection
- [date] Replaced by the current date in system local format
- [isodate] Replaced by the current date in ISO 8601 extended format
- [time] Replaced by the current time in system local format
- [title] Replaced by the title of the of the current page object
- [doctitle] Replaced by the title of the output document
- [sitepage] Replaced by the number of the page in the current site being converted
- [sitepages] Replaced by the number of pages in the current site being converted