aboutsummaryrefslogtreecommitdiff
path: root/test/command/6658.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/6658.md')
-rw-r--r--test/command/6658.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/command/6658.md b/test/command/6658.md
new file mode 100644
index 000000000..bcd174465
--- /dev/null
+++ b/test/command/6658.md
@@ -0,0 +1,9 @@
+```
+pandoc -f latex
+\SI{10.0 +- 3.3}{\ms}
+
+\num{.3e45}
+^D
+<p>10.0 ± 3.3 ms</p>
+<p>0.3 × 10<sup>45</sup></p>
+```