diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-04-01 12:54:12 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-04-01 12:54:12 -0700 |
| commit | c29c18a0038b62718cf3133247177e3cb8ebf871 (patch) | |
| tree | a17c36b217a8d4cb2671c76e62bfe9a155ae216d /test/command/9616.md | |
| parent | 6ee03849aa475c2b74d18d0dc518368afaa18370 (diff) | |
Closes #9616.
Diffstat (limited to 'test/command/9616.md')
| -rw-r--r-- | test/command/9616.md | 16 |
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": "" + } +] +``` |
