Skip to content

Commit

Permalink
change markdown fenced code blocks from bash to shell
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Dec 22, 2024
1 parent dcf1572 commit 8f04336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/pandoc_codeblock.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

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

0 comments on commit 8f04336

Please sign in to comment.