Alldocs

Convert Markdown (MultiMarkdown)
to XWiki

Looking for a free text converter? Look no more, upload your MultiMarkdown files and convert them to XWiki markup files. Yes, it’s that easy.

Converting from MultiMarkdown

Markdown is amazing, and MultiMarkdown is a multitude of amazing. It’s like the original Markdown but enriched with more features (tables, footnotes, citations …). It helps to keep your text structured with minimally marked-up plain text, like other Markdown flavors too. It’s great to convert it to PDF, HTML and LaTeX or other formats. People even use it to write books and stuff. I have no idea what’s different to other formats, but if you’re here you probably have some MultiMarkdown files and want to convert them. Or you really need those MultiMarkdown files but have other source files, both ways work here. Upload your file and convert it. To be honest, I prefer the GitHub flavor, but that’s just me. (Don’t trust me, I’m the lonely soul writing those texts here.)

The files end with .mmd by default.

More about MultiMarkdown files

Converting to XWiki markup

Let’s start with the good parts: XWiki is a free and open source software platform. The idea behing XWiki is to build a software that’s easily extensible. It comes with a Wiki (surprise!), a search, a blog, a file manager, a calendar, forums and tasks. A real jack of all trades. The text markup language looks like the MediaWiki syntax, but a few extra features. You can even add CSS to parts of your document (not sure if that’s a good idea though), or even complex things like a filterable table. Unfortunately the XWiki platform is written in Java. You should probably have some experience with Java to extend it’s functionality. That’s definitely not for me.

The files end with .txt by default. More about XWiki markup files