jotup 0.10.0

A parser for the Djot markup language (dpc's fork of jotdown)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
usage: jotup [option] [file]

arguments:
    file            a djot source file. use a dash (`-`) or no argument
                    to read from stdin

options:
    -h --help       show this text
    -v --version    show the version number
    -o --output     a file to write the output to. stdout if omitted

formatting options:
    --minified           emit no whitespace between elements in output
    --indent-string      string to use as indentation in output, empty by default
    --start-indent       initial indentation level of output, 0 by default