/Moire

Simple markup language

Primary LanguagePython

Moire is a simple multipurpose markup.

Writing on Moire

Conversion Moire code into other formats

You can convert your Moire file to other formats using Python 2.7:

python convertor.py -i <Moire input file> -f <format> -o <output file> <other options>

Options

-i or --input—input file in Moire format;

-o or --output—output file;

-t or --to—format of output file. May be html, text or markdown;

-s or --scheme—scheme file name.