astro icon indicating copy to clipboard operation
astro copied to clipboard

[Fix] Not showing "`pwd`" script code

Open Beomi opened this issue 6 years ago • 0 comments

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.

Beomi avatar Jan 01 '19 08:01 Beomi