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 605ae8f commit 46b0164Copy full SHA for 46b0164
1 file changed
packages/verbatim/init.lua
@@ -39,6 +39,12 @@ function package:registerCommands ()
39
end)
40
end
41
42
+function package:registerRawHandlers ()
43
+ self:registerRawHandler("verbatim", function (options, content)
44
+ SILE.call("verbatim", options, { content[1] })
45
+ end)
46
+end
47
+
48
package.documentation = [[
49
\begin{document}
50
The \autodoc:package{verbatim} package is useful when quoting pieces of computer code and other text for which formatting is significant.
0 commit comments