Metadata-Version: 2.4
Name: tir-gfm-lite
Version: 0.1.1
Summary: GFM <-> TIR converter backend for tirenvi
Author: OGAWA Keiji
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# tir-gfm-lite

GFM <-> TIR converter backend for tirenvi.

## Install

```bash
pip install tir-gfm-lite
```

## Usage

tir-gfm-lite parse file.md

## Note

This is a simplified (lite) GFM parser.

- Tables end when a line does not contain a pipe (|)
- Alignment has no default in TIR:
  - parse: default -> left
  - unparse: left -> default
- Not fully compliant with the GFM specification
