We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2624a2f commit fcfea33Copy full SHA for fcfea33
src/resources/extensions/quarto/kbd/kbd.lua
@@ -52,7 +52,7 @@ return {
52
shortcutText = shortcutText:gsub("]", "\\]")
53
end
54
55
- return pandoc.RawInline("asciidoc", "kbd:[" .. stringEscape(shortcutText, "asciidoc") .. "]")
+ return pandoc.RawInline("asciidoc", "kbd:[" .. shortcutText .. "]")
56
else
57
return quarto.shortcode.error_output("kbd", "kbd only supports one positional argument", "inline")
58
0 commit comments