Skip to content

utils: Allow links to have custom text

Emmanuele Bassi requested to merge link-text into main

Use the idiomatic Markdown form:

[text][link]

format, where "link" is our homegrown link syntax, and text is a subset of word characters, spaces, and punctuation marks.

Fixes: #100 (closed)

Merge request reports