Pull request #4: XLT-5942 fixed the bug by replacing Whitelist by SafelistMerge in EXAPUB/transformers from bugfix/XLT-5942-Whitelist-Safelist to master
* commit '6ae84bd8b90723cb0fee794c038e39683d46bce2':
XLT-5942 fixed the bug by replacing Whitelist by Safelist
Pull request #3: JISES-119 now processing HTML tables into wiki-markup tables.Merge in EXAPUB/transformers from feature/JISES-119_processing_html_pages to master
* commit 'b69b58ca834d544d63fce86a7e8c49564a275fd7':
JISES-119 now processing HTML lists such that linebreaks inbetween the items are disregarded.
JISES-119 now processing HTML tables into wiki-markup tables.
Pull request #2: Improvement/JISES-102 Zendesk transformersMerge in EXAPUB/transformers from improvement/JISES-102-Zendesk-transformers to master
* commit '92ed68788ec5e6f71b0fe22ff6ae0b8af5a3a0d6':
JISES-102 Working on the handling of new lines.
JISES-102
JISES-102
JISES-102 added Image support.
JISES-102 added Bold and Italic format support.
JISES-102 Added and simplified Heading processors up to h6
JISES-102 added commonmark lib that ...
JISES-102Added support for
* Unordered list (bullets)
* Ordered list
* Support for new lines (softbreaks and paragraphs)
* Unfenced code
* fenced code
* links
* Zendesk generated images
JISES-102Added support for
* Unordered list (bullets)
* Ordered list
* Support for new lines (softbreaks and paragraphs)
* Unfenced code
* fenced code
* links
* Zendesk generated images
JISES-102 added commonmark lib that allows us to work with markdown: parse it into types that we can match with instanceof and print.Added an example of header conversion.