Markdown踩坑笔记

加粗识别错误问题

错误语句

**拓展:**构思和构筑景感的整个过程称为**景感营造(landsense creation)**。

拓展:构思和构筑景感的整个过程称为景感营造(landsense creation)

问题

这一句话,对“拓展”与“景感营造(landsense creation)”通过“** **”进行了加粗,但是在通过hugo生成为网页文章的时候,出现了识别错误,整句话被加粗的问题。

解决办法

不采用Markdown语法“** **”,而采用HTML标签“<strong> </strong>”。效果如下:

<strong>拓展:</strong> 构思和构筑景感的整个过程称为 <strong>景感营造(landsense creation)</strong>。

拓展: 构思和构筑景感的整个过程称为 景感营造(landsense creation)

Licensed under CC BY-NC-SA 4.0