actix-mark 0.9.0

Actix-web service for serving Markdown files as HTML
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Welcome to actix_mark

This page is served from `index.md` and rendered as HTML by `actix_mark`.

## Features

- Markdown files are served as HTML
- A custom HTML template wraps the content
- Static assets (CSS, images) are served as-is
- Extension-less URLs: `/docs/index` works just as well as `/docs/index.md`

## Pages

- [Getting started]guide/start
- [About]about