Markdown-based legal markup
Go to file
RunasSudo 5255296dba
Correct table header parsing
2019-09-11 11:34:35 +10:00
legalmd Correct table header parsing 2019-09-11 11:34:35 +10:00
.gitignore Add documentation and example output 2019-09-09 22:46:32 +10:00
COPYING Initial commit 2019-09-09 13:25:21 +10:00
README.md Add documentation and example output 2019-09-09 22:46:32 +10:00
example.md Add documentation and example output 2019-09-09 22:46:32 +10:00
example.pdf Render table row number in separate column 2019-09-11 11:25:33 +10:00
example.rtf Do not autodetect note alignment 2019-09-11 10:34:54 +10:00
requirements.txt Initial commit 2019-09-09 13:25:21 +10:00

README.md

legalmd

An extension of Markdown to notate Australian-style legal markup, using the Python mistletoe Markdown parser.

legalmd can process Markdown files into LaTeX source code, and RTF. The output style is based on, but separate from, the latex-legal style.

Examples

See example.md for example markup.

To generate LaTeX output, run:

python -m legalmd example.md > example.tex

The LaTeX output file can then be compiled as usual into a PDF document. Note that the generated code utilises fontspec for font support, so LuaLaTeX or XeLaTeX will be required.

To generate RTF output, run:

python -m legalmd --format rtf example.md > example.rtf

The RTF output file can then be directly viewed in a compatible RTF editor.