markdown-linkify 0.2.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
9
10
11
12
13
14
[[regex]]
tag = 'PS-'
tail = '\d+'
replacement = "internal.jira.com/$text"
limit = 1
strip_tag = false

[[regex]]
tag = 'GTPR-'
tail = '\d+'
replacement = "http://www.grtp.de/issue/$text"
limit = 0
code = true
strip_tag = false