mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-01 16:25:46 +01:00
Update help source files for Asciidoc 8.4.x.
This commit is contained in:
@@ -1930,7 +1930,7 @@ window.addEventListener("liberatorHelpLink", function (event) {
|
||||
if (/^(mapping|command)$/.test(elem.className))
|
||||
tag = tag.replace(/^\d+/, "");
|
||||
if (elem.className == "command")
|
||||
tag = tag.replace(/\[.*?\]/g, "").replace(/!$/, "");
|
||||
tag = tag.replace(/\[.*?\]/g, "").replace(/(\w+)!$/, "$1");
|
||||
|
||||
if (tag)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user