Wiki

Markdown Guide

A comprehensive guide to Markdown syntax and usage, published at wiki.udl.tf.

About

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.

Features

Content

The guide includes:

Local Development

Prerequisites

Setup

  1. Clone the repository:
    git clone https://github.com/UDL-TF/Wiki.git
    cd Wiki
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Serve the site locally:
    mkdocs serve
    
  4. Open your browser to http://127.0.0.1:8000

Building

To build the static site:

mkdocs build

The built site will be in the site/ directory.

Deployment

The site is automatically deployed to GitHub Pages (wiki.udl.tf) when changes are pushed to the main branch using GitHub Actions.

Contributing

Contributions are welcome! Feel free to:

License

This project is licensed under the terms specified in the LICENSE file.