index
:
github.com/jgm/pandoc
aeson-pretty
asciidoc-reader
babel
bespoke-prelude
chunkedhtml
cite-prefix
commonmark-github
commonmark-hs
commonmark-hs-new
dark-mode
djot
endnote
figures
free
ghc925-3.1.5
ghc925-text2-3.1.5
ghc942-3.1.5
ghc944-3.1.5
images2
initialize-data-files
issue-6072
issue10282
issue10769
issue1234
issue221
issue5354
issue6122
issue6344
issue7111
issue7219
issue771
issue8378
issue8382
issue8417
issue9525
issue9878
issue_11268
jgm-patch-1
latex-partials
link-images
lowmem
main
mallard
mark
moinmoin2
multifile
newlatex
newlatex2
nospace
note-label
offline
oldmaster
optinfo
oracle
pseudopod
r1.19.2.2
r1.19.2.3
r1.19.2.4
rebase-relative-paths-extension
rel-1.19.2.1
relude
reset-position
resolverefs
ris
sable
sandbox3
sandboxed
signing
simdutf
source_date_epoch
sources
split-packages
styles
test-windows-ci
text
token-newline
travis
typst-reader
typst-tables
typst-writer
uri-cite-key
wasm
windows-arm64
windows-ci
windows-release-cabal
xeno
Pandoc — The universal markup converter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
Age
Commit message (
Expand
)
Author
2013-08-20
HTML reader: Improved handling of code with --parse-raw.
issue221
John MacFarlane
2013-08-20
Create Cite element even if no matching reference in the biblio.
John MacFarlane
2013-08-18
Allow multiple YAML metadata blocks in document.
John MacFarlane
2013-08-17
Markdown reader: Parse span, div tags as Span, Div elements.
John MacFarlane
2013-08-17
Markdown reader: Don't generate blank title, author, date elements.
John MacFarlane
2013-08-16
LaTeX reader: parse label after section command and set id.
John MacFarlane
2013-08-16
LaTeX reader missing \oe and \OE characters
Scott Morrison
2013-08-16
adding support for breve accents via \u{} while reading LaTeX
Scott Morrison
2013-08-10
Use walk, walkM in place of bottomUp, bottomUpM when possible.
John MacFarlane
2013-08-10
Adjustments for new Format newtype.
John MacFarlane
2013-08-08
Revert "Textile reader: Removed raw LaTeX parsing."
John MacFarlane
2013-08-08
Added Text.Pandoc.Compat.TagSoupEntity.
John MacFarlane
2013-08-07
Textile reader: Removed raw LaTeX parsing.
John MacFarlane
2013-08-07
Allow YAML title blocks to contain only comments.
John MacFarlane
2013-08-06
Added support for MetaBool.
John MacFarlane
2013-07-29
Markdown atx headers: Allow `.` or `)` after `#` if no `fancy_lists`.
John MacFarlane
2013-07-25
LaTeX reader: Support `\v{}` for hacek.
John MacFarlane
2013-07-25
Textile reader: Improved handling of `<pre>` blocks.
John MacFarlane
2013-07-21
LaTeX reader: Don't add spurious ", " to citation suffixes.
John MacFarlane
2013-07-20
Markdown reader: Improved strong/emph parsing.
John MacFarlane
2013-07-17
Added `ignore_line_breaks` markdown extension.
John MacFarlane
2013-07-16
HTML reader: read widths from col tags if present.
John MacFarlane
2013-07-16
HTML reader: Handle non-simple tables (#893).
John MacFarlane
2013-07-16
HTML reader: Generalized table parser.
John MacFarlane
2013-07-02
Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.
John MacFarlane
2013-07-02
Markdown reader: Better error messages for yaml headers.
John MacFarlane
2013-07-01
Markdown reader: Ignore fields ending with _ in YAML headers.
John MacFarlane
2013-07-01
Emit warning instead of failing on invalid YAML header.
John MacFarlane
2013-06-27
LaTeX reader: Support alltt environment.
John MacFarlane
2013-06-25
Fixed 'authors' metadata parsing in reST.
John MacFarlane
2013-06-24
Use new flexible metadata type.
John MacFarlane
2013-06-19
Markdown reader: Check for blank lines first in blocks.
John MacFarlane
2013-06-19
Properly handle blank line at beginning of input.
John MacFarlane
2013-06-19
Improved code readability.
John MacFarlane
2013-06-19
Markdown reader: fixed bug in unmatched reference links.
John MacFarlane
2013-06-18
RST reader: don't insert paragraphs where docutils doesn't.
John MacFarlane
2013-06-11
Textile reader: Correctly handle entities.
John MacFarlane
2013-05-20
MediaWiki reader: Ignore attributes on headers.
John MacFarlane
2013-05-20
MediaWiki reader: Skip attributes on table rows.
John MacFarlane
2013-05-13
Markdown reader: Allow internal `+` in citation identifiers.
John MacFarlane
2013-05-12
LaTeX reader: Skip positional options after `\begin{figure}`.
John MacFarlane
2013-05-09
Treat `\textsl` as emphasized text in LaTeX reader.
John MacFarlane
2013-04-23
Markdown reader: Implemented `Ext_ascii_identifiers`.
John MacFarlane
2013-04-19
Markdown reader: minor code cleanup.
John MacFarlane
2013-04-14
Haddock reader improvements.
John MacFarlane
2013-04-09
Removed unnecessary OPTIONS flag in Haddock/Parse.y.
John MacFarlane
2013-04-09
Fixed Haddock reader bugs with list item spaces and examples.
John MacFarlane
2013-04-04
Haddock reader: leaving Space alone in @...@ seems more semantically correct.
David Lazar
2013-04-04
Haddock reader: derive Show for Token, making debugging easier.
David Lazar
2013-03-31
LaTeX reader: Support `\textasciitilde`, `\textasciicircum`.
John MacFarlane
[next]