murkdown 0.1.0

An experimental semantic markup language and static site generator for composing and decomposing hypertext documents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Murkdown

An experimental semantic markup language and static site generator for composing and decomposing hypertext documents.

# Installation

## Using Cargo

If you have installed the Rust toolchain, you can install using cargo:

```shell
cargo install murkdown
```

# License

The source code is licensed under the [AGPL v3 License](https://opensource.org/license/agpl-v3/).