【发布时间】:2021-02-17 22:21:48
【问题描述】:
我正在使用 Gatsby 构建一个新网站。我想为博客呈现一些降价文件,但它似乎无法根据降价语法处理列表/无序列表。例如,这是语法:
* Purple dots are points on the graph, each point has an x and y coordinate. These are your observed values
* Blue line is the prediction line, covering the estimated values of the model
* The red line between each purple point and the prediction line are the errors. Each error is the distance from the point to its predicted point.
这是输出:
我还发现标题不能使用#。例如,这是我的帖子描述和标题:
_Making Use of the scipy.optimize Library in Python to Minimize Error_
## Revision
输出:
我不确定我需要在 Gatsby 中进行哪些更改才能正确呈现降价?
【问题讨论】:
-
你是如何渲染它的?您有实时网站吗?
标签: reactjs graphql markdown gatsby