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 dcf1572 commit 8f04336Copy full SHA for 8f04336
utils/pandoc_codeblock.lua
@@ -4,5 +4,5 @@
4
5
-- Function to convert code blocks to markdown
6
function CodeBlock (cb)
7
- return pandoc.RawBlock('markdown', '```bash\n' .. cb.text .. '\n```\n')
+ return pandoc.RawBlock('markdown', '```shell\n' .. cb.text .. '\n```\n')
8
end
0 commit comments