Minimal way to render Wiki syntax (e.g. MoinMoin Wiki)

I like to use Wikis to document all kinds of materials (I recently used MoinMoin, so I'm used to this syntax).

Now I'm looking for an easier solution, for documents where setting up a MoinMoin server is too complicated.

What is the “easiest” way to render a .txt file in a Wiki syntax (for example, by displaying it or converting it to HTML)?

It should work on Linux, but the more platform independent it is, the better.

Perhaps there is even a JavaScript based solution?

+3
source share
1 answer

Markdown, , stackoverflow. perl, . Markdown .

: http://daringfireball.net/projects/markdown/basics

+4

Source: https://habr.com/ru/post/1748719/


All Articles