Commit 741b767
committed
Don't swallow plaintext when formatting links
It used to be that with non-richtext adapters, like e.g. IRC, we'd
swallow the human-readable text and display only the URL. However,
that text is often super useful - it contains, for example, issue
titles.
So we just put the URL in parentheses.
Fixes #441 parent 3646c32 commit 741b767
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments