mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
@@ -71,7 +71,8 @@ fromInline (Code _ t) = CslText t
|
||||
fromInline Space = CslText " "
|
||||
fromInline SoftBreak = CslText " "
|
||||
fromInline LineBreak = CslText "\n"
|
||||
fromInline (Math _ t) = CslText t
|
||||
fromInline (Math InlineMath t) = CslText $ "$" <> t <> "$"
|
||||
fromInline (Math DisplayMath t) = CslText $ "$$" <> t <> "$$"
|
||||
fromInline (RawInline _ _) = CslEmpty
|
||||
fromInline (Link _ ils _) = fromInlines ils
|
||||
fromInline (Image _ ils _) = fromInlines ils
|
||||
|
||||
@@ -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": ""
|
||||
}
|
||||
]
|
||||
```
|
||||
Reference in New Issue
Block a user