/markdown-server

a server that renders markdown on demand

Primary LanguageRust

markdown-server

.github/workflows/build-docker-image.yml |

converts your markdown in the docs folder on the fly to html

Docker

  • Your Markdown files go into /static
  • Your assets like images etc go into /assets
  • Under /generated you'll find the html generated from the markdown

Example

docker run -p 8000:8000 3n3a/markdown-server:latest