mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05:00
2f462f90d4
Linting markdown files according to default remark-lint configuration. Files inside the `public` directory were not linted. Signed-off-by: oupala <oupala@users.noreply.github.com>
881 B
881 B
CodiMD Docker Image
Debian-based version
Alpine-based version
The easiest way to setup CodiMD using docker are using the following three commands:
git clone https://github.com/codimd/container.git codimd-container
cd codimd-container
docker-compose up
Read more about it in the container repository.