# Help/support for JLU GitLab

A first attempt at nice-looking(?) help/support pages in HTML, published using GitLab CI and GitLab pages, at https://jlugitlab.gitlab.io/help/.

To convert Markdown into HTML, you can use [pandoc](https://pandoc.org).
For example, to create https://jlugitlab.gitlab.io/help/draftTOS.html, this line was used:

```
pandoc -s --strip-comments --toc -c pandoc.css EntwurfBenutzerOrdnung.md -o draftTOS.html
```