A comprehensive guide to Markdown syntax and usage, published at wiki.udl.tf.
This repository contains a complete Markdown guide built with MkDocs and the Material theme. The guide covers everything from basic syntax to extended features and best practices.
The guide includes:
git clone https://github.com/UDL-TF/Wiki.git
cd Wiki
pip install -r requirements.txt
mkdocs serve
http://127.0.0.1:8000To build the static site:
mkdocs build
The built site will be in the site/ directory.
The site is automatically deployed to GitHub Pages (wiki.udl.tf) when changes are pushed to the main branch using GitHub Actions.
Contributions are welcome! Feel free to:
This project is licensed under the terms specified in the LICENSE file.