GFM <-> TIR converter backend for tirenvi.
pip install tir-gfm-litetir-gfm-lite parse file.md > file.tir
tir-gfm-lite unparse file.md < file.tir- Table cells do not support multiline content in GFM
- Newlines inside a cell are encoded as
\non unparse \nin GFM is treated as a literal string (not converted back to newline on parse)
This is a simplified (lite) GFM parser.
- Tables end when a line does not contain a pipe (
|) - Not fully compliant with the GFM specification