Skip to content

Commit 8f04336

Browse files
committed
change markdown fenced code blocks from bash to shell
1 parent dcf1572 commit 8f04336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/pandoc_codeblock.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
-- Function to convert code blocks to markdown
66
function CodeBlock (cb)
7-
return pandoc.RawBlock('markdown', '```bash\n' .. cb.text .. '\n```\n')
7+
return pandoc.RawBlock('markdown', '```shell\n' .. cb.text .. '\n```\n')
88
end

0 commit comments

Comments
 (0)