mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
17 lines
431 B
Markdown
17 lines
431 B
Markdown
```
|
|
% 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": ""
|
|
}
|
|
]
|
|
```
|