1
0
Fork 0
docker-mdformat/Dockerfile

6 lines
77 B
Docker

FROM python
RUN pip install mdformat mdformat-frontmatter
CMD ["mdformat"]