Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/7b82c82404e5b7b3372c5a2d39aad29d56e08a93 You should set ROOT_URL correctly, otherwise the web may not work correctly.

improve markdown url escape

pull/1683/head
Bakerboy448 2 years ago committed by Bogdan
parent b291f1d0ac
commit 7b82c82404

@ -53,7 +53,7 @@ $wiki_app_path = '/prowlarr'
$wiki_page = 'supported-indexers'
$wiki_bookmark = '#'
### Page Formatting
$markdown_escape_regex = '(\w)(\.|\[|\])(\w)'
$markdown_escape_regex = '(\w)(\.|\[|\])(\w|\])'
$markdown_escape_regex_rep = '$1\$2$3'
$wiki_1newline = "`r`n"
$wiki_2newline = "`r`n`r`n"

Loading…
Cancel
Save