This PR will enable the remove_text_newlines=True flag for the markdown renderer, removing the extra newlines in paragraphs on confluence. The markdown standard ignores newlines in paragraphs (as HTML does) but Confluence renders them anyway.
It also adds the ability to link to other documents like mkdocs supports. It does, however, tightly couple the older version of mistune that md2cf uses.
This PR will enable the
remove_text_newlines=True
flag for the markdown renderer, removing the extra newlines in paragraphs on confluence. The markdown standard ignores newlines in paragraphs (as HTML does) but Confluence renders them anyway.It also adds the ability to link to other documents like mkdocs supports. It does, however, tightly couple the older version of mistune that md2cf uses.