Commit Graph

3 Commits

Author SHA1 Message Date
2b57eb8c98 Downgrade required Python version from 3.10 to 3.8
Python 3.10 was require because I was using the `str | None` style
typing syntax instead of Optional. This is 3.10+, but now the max
required version is 3.8 for the `Protocol` typing API.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-09-22 20:33:03 -07:00
068cb6d35b Fix escapes
If you want to include a literal ${macro call}, you can preface it with
a backslash like \${macro call}.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-09-22 10:21:47 -07:00
c6a18bcce7 Add markup.py
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-09-22 10:11:37 -07:00