Snekdown - A wonderful markdown parser
This projects goal is to implement a fast markdown parser with an extended syntax fitted for my needs.
Usage
USAGE:
snekdown [OPTIONS] <input> <output>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-f, --format <format> [default: html]
ARGS:
<input>
<output>
Syntax
Images
Simple Syntax
!(url)
Extended syntax with a description

Extended syntax with metadata to specify the size
[metadata]
Extended syntax with metadata and no description
!(url)[metadata]
Quotes
Simple (default) Syntax
Multiline
Quote with metadata (e.g. Author)
[Trivernis - 2020]> This is a quote with metadata
Imports
Imports can be used to import a different document to be attached to the main document. Imports are parsed via multithreading.
<[path]
Tables
Tables MUST start with a pipe character |
Standalone header: