{{ t('插入代码围栏', 'Insert a fenced block') }}
+{{ t('语言标记使用 function-plot。每个非空表达式行都绘制一条曲线。', 'Use function-plot as the language tag. Every non-empty expression line draws one curve.') }}
+```function-plot
+domain: -10, 10
+y = sin(x)
+y = x^2 / 8
+```
+ {{ t('设置坐标范围', 'Configure the axes') }}
+domain: -10, 10{{ t('横轴范围', 'X-axis range') }}range: -5, 20{{ t('可选纵轴范围', 'Optional Y-axis range') }}xlabel: 时间{{ t('横轴名称', 'X-axis label') }}ylabel: 距离{{ t('纵轴名称', 'Y-axis label') }}grid: false{{ t('显示或隐藏网格', 'Show or hide the grid') }}{{ t('可用数学语法', 'Supported math syntax') }}
+{{ t('支持 +、-、*、/、^,变量 x,常量 pi、e,以及以下单参数函数。2x、2(x+1) 等隐式乘法也可使用。', 'Use +, -, *, /, ^, variable x, constants pi and e, and the single-argument functions below. Implicit multiplication such as 2x and 2(x+1) is also supported.') }}
+ + +