add strikethru and footnotes functionality

This commit is contained in:
2024-09-05 21:05:02 -07:00
parent 0c606c7673
commit 4cc23cea5f
5 changed files with 20 additions and 1 deletions

11
push Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
REPO="gitea"
python3 -m pip install --upgrade twine
python3 -m twine upload --repository $REPO dist/*