Crates.io | unidok |
lib.rs | unidok |
version | 0.2.0 |
source | src |
created_at | 2021-05-17 19:16:43.5279 |
updated_at | 2021-07-05 21:33:42.73772 |
description | A powerful, readable, easy-to-learn markup language |
homepage | https://aloso.github.io/unidok |
repository | https://github.com/Aloso/unidok |
max_upload_size | |
id | 398695 |
size | 740,546 |
A powerful, readable, easy-to-learn markup language
Unidok is a new Markup language, inspired by AsciiDoctor and Markdown. It is very easy to read and to learn while offering powerful features such as macros.
Here you can find pre-built binaries for Linux, Windows and macOS.
If you want to build it yourself, install the Rust toolchain and run cargo install
.
Unidok should look familiar if you're familiar with Markdown. It follows the CommonMark specification closely where it makes sense, but it also omits some Markdown features that I feel are unhelpful, and adds new features. Notable examples are:
Supports ^superscript^
, #subscript#
, ~line-through~
text, tables, math formulas, and macros
Does not support indented code blocks, only fenced code blocks
Sane HTML parsing
It does not support laziness, i.e. in a list item or blockquote,
all lines must be indented or preceded with >
respectively, not just the first line
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.