Initial commit
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Andrew Tomaka 2023-02-19 20:32:20 -05:00
commit 839591bd2d
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
3 changed files with 22 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM python
RUN pip install mdformat mdformat-frontmatter
CMD ["mdformat"]