diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-17 10:33:54 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-17 10:33:54 -0700 |
commit | 835deee58bf4d8d7249735016063e9a988937015 (patch) | |
tree | 7d976a59b6e78dfb40aa2b84f528620dab33e3a9 /tests/latex-reader.native | |
parent | 8ca5198b8eedf7f4510e3db056f4c9709352c59b (diff) | |
download | pandoc-835deee58bf4d8d7249735016063e9a988937015.tar.gz |
Markdown writer: New approach for citations.
* Reverts 1.11 change that caused citations to be rendered as
markdown citations, even if `--biblio` was specified, unless
`citation` extension is disabled. Now, formatted citations
are always printed if `--biblio` was specified. If you want to
reformat markdown keeping pandoc markdown citations intact,
just don't specify `--biblio`.
* Reverted now unnecessary changes to Text.Pandoc.Biblio adding the raw
block to mark the bibliography, and to Text.Pandoc.Writers.Markdown
to remove the bibliography if `citations` not specified.
* If the content of a `Cite` inline is a `RawInline "latex"`, which
means that a LaTeX citation command was parsed and `--biblio` wasn't
specified, then render it as a pandoc markdown citation. This means
that `pandoc -f latex -t markdown`, without `--biblio`, will convert
LaTeX citation commands to pandoc markdown citations.
Diffstat (limited to 'tests/latex-reader.native')
0 files changed, 0 insertions, 0 deletions