Markdown link

From Community Pnut.io Wiki
Revision as of 08:28, 11 October 2018 by 33MHz (talk | contribs)
Jump to: navigation, search

Pnut supports the style of markdown link specified on Daring Fireball (https://daringfireball.net/projects/markdown/syntax#link) with a couple nuances.

This would create a link around text, with the link's domain appended for transparency:

[text](https://example.link/path/path "Optional title")

text [example.link]

If your text is the same as the *domain* in the link, then the domain won't be appended.

[example.link](https://example.link/path/path)

example.link

Links