On Wed, Dec 16, 2020 at 04:32:27PM +0800, Ren Wen wrote:
On Wed, Dec 16, 2020 at 11:44:57AM +0800, Xu Xijian wrote:
In markdown documents, text for bash should be contained in block as belows:
content SHELL
There are 2 ways style code with markdown:
indent with four spaces (basic):
if (isAwesome){ return true }
code fencing (GFM):
if (isAwesome){ return true }
Thanks, RenWen
OK, thanks for reminding.
Thanks, Xijian