Skip to content
Snippets Groups Projects
README.md 404 B
Newer Older
  • Learn to ignore specific revisions
  • # Help/support for JLU GitLab
    
    A first attempt at nice-looking(?) help/support pages in HTML, published using GitLab CI and GitLab pages.
    
    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
    ```