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.
- 📚 Complete Markdown syntax reference
- 🎨 Modern, responsive design with dark/light mode
- 🔍 Built-in search functionality
- 📱 Mobile-friendly layout
- 🚀 Automatically deployed to wiki.udl.tf
The guide includes:
- Getting Started: Introduction and basic syntax
- Extended Syntax: Tables, code blocks, footnotes, and task lists
- Reference: Cheat sheet and best practices
- Python 3.x
- pip
-
Clone the repository:
git clone https://github.com/UDL-TF/Wiki.git cd Wiki -
Install dependencies:
pip install -r requirements.txt
-
Serve the site locally:
mkdocs serve
-
Open your browser to
http://127.0.0.1:8000
To build the static site:
mkdocs buildThe 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:
- Report issues
- Suggest improvements
- Submit pull requests
This project is licensed under the terms specified in the LICENSE file.