fixed broken links on the Help screen
This commit is contained in:
parent
ed1ed176c9
commit
4137563fb1
1 changed files with 2 additions and 0 deletions
|
|
@ -151,6 +151,8 @@ static convertInlineTags(markdown) {
|
||||||
.replaceAll("_([^_]+)_", "<i>\$1</i>")
|
.replaceAll("_([^_]+)_", "<i>\$1</i>")
|
||||||
.replaceAll("[*]{2}(.+?)[*]{2}", "<b>\$1</b>")
|
.replaceAll("[*]{2}(.+?)[*]{2}", "<b>\$1</b>")
|
||||||
.replaceAll("\\[([^]]+)\\]\\(([^)]+)\\)", "<a href=\"\$2\">\$1</a>")
|
.replaceAll("\\[([^]]+)\\]\\(([^)]+)\\)", "<a href=\"\$2\">\$1</a>")
|
||||||
|
.replaceAll("href=\"([^\"]+)-\"", "href=\"\$1\"")
|
||||||
|
.replaceAll("href=\"([^\"]+?)--([^\"]+?)\"", "href=\"\$1-\$2\"")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue