summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2024-04-01 12:54:12 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2024-04-01 12:54:12 -0700
commitc29c18a0038b62718cf3133247177e3cb8ebf871 (patch)
treea17c36b217a8d4cb2671c76e62bfe9a155ae216d /test/command
parent6ee03849aa475c2b74d18d0dc518368afaa18370 (diff)
Put `$` or `$$` around math in `csljson` output.HEADmain
Closes #9616.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/9616.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/command/9616.md b/test/command/9616.md
new file mode 100644
index 000000000..5b7fb760c
--- /dev/null
+++ b/test/command/9616.md
@@ -0,0 +1,16 @@
+```
+% pandoc -f bibtex -t csljson -s
+@MISC {3252037,
+ TITLE = {Isomorphism between projective varieties $\mathbf{P}^{1}$ and a conic in $\mathbf{P}^{2}$},
+ URL = {https://math.stackexchange.com/q/3252037}
+}
+^D
+[
+ {
+ "URL": "https://math.stackexchange.com/q/3252037",
+ "id": "3252037",
+ "title": "Isomorphism between projective varieties $\\mathbf{P}^{1}$ and a conic in $\\mathbf{P}^{2}$",
+ "type": ""
+ }
+]
+```