X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2f5f28c948406425d97ef013ac64e9a73f40dd29..aeb3c2b89b75f171d481c410690c6207b9d2dc83:/browser.plp diff --git a/browser.plp b/browser.plp index e6491cb..930c435 100644 --- a/browser.plp +++ b/browser.plp @@ -311,6 +311,7 @@ sub formatnotes { s/(?<= [^.\n]) $/./gmx; # consistently end each line by a period Entity($_); s{ ` ([^`]*) ` }{$1}gx; + s{ \(\K (?: \Qhttps://caniuse.com\E )? (?: /? \#feat= | / ) }{#}gx; s{ \[ ([^]]*) \] \( ([^)]*) \) }{$1}gx; } return @html;