Commit Graph

5 Commits

Author SHA1 Message Date
f37efe06e2 Add cat macro
This concatenates all the arguments without spaces.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-09-22 20:53:27 -07:00
4d221a2658 Fix typo
Optiona -> Optional

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-09-22 20:52:21 -07:00
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