1

Pluto.jl 非常好。但是,我有一个我自己无法解决的小问题。请通过这个 nWME 看看问题(不工作,但解释情况的最小示例)

Cell 1: varname = "a";
Cell 2: md"If I use: The variable is $varname, then I could not have the same math character as when I use: The variable is $a$."

如何在 Pulto.jl 的 Markdown 中以数学模式显示字符串(例如,varname)?这是我尝试过的:

Cell 3: md"The variable name is ``$varname``"

但结果并不如预期。

4

0 回答 0