diff --git a/test/converter/markdown3.jl b/test/converter/markdown3.jl
index 7bbf5729e..81b28fbd7 100644
--- a/test/converter/markdown3.jl
+++ b/test/converter/markdown3.jl
@@ -144,3 +144,21 @@ end
whereas the Hello
after the run
command is printed output.
Essentially three things are imitated from LaTeX
+you can introduce definitions using \newcommand
you can use hyper-references with \eqref
, \cite
, ...
you can show nice maths (via KaTeX)