diff options
Diffstat (limited to 'test/command/refs.md')
| -rw-r--r-- | test/command/refs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/refs.md b/test/command/refs.md index f54f4fa8d..63daf81a7 100644 --- a/test/command/refs.md +++ b/test/command/refs.md @@ -118,7 +118,7 @@ Accuracy~\eqref{eq:Accuracy} is the proportion, measuring true results among all , Para [ Math DisplayMath - "\\label{eq:Accuracy}\n Accuracy = \\frac{t_p + t_n}{t_p + f_p + f_n + t_n}" + "\\begin{equation}\n \\label{eq:Accuracy}\n Accuracy = \\frac{t_p + t_n}{t_p + f_p + f_n + t_n}\n\\end{equation}" ] ] ``` |
