astro
astro copied to clipboard
[Fix] Not showing "`pwd`" script code
As Github Markdown previewer treats "`" as an inline-code block, inner code `pwd` is used as an end of the code block and creates a new code block. So "``` code block" would be better to use.