markdown-linkify 0.3.1

Markdown preprocessor for substiting link shorthands to valid links according to configurable regexes and custom substitution implementations
Documentation
1
2
3
4
5
6
7
8
autolink:
    markdown-linkify demo.md --config linkify.toml --output autolinked.md

marp:
    marp --allow-local-files --html --pdf-outlines.headings true --pdf-outlines.pages true autolinked.md --html true --theme ../rhea.css

all: autolink marp
    chromium autolinked.html