index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
Org
Age
Commit message (
Expand
)
Author
2024-02-19
Org reader/writer: support admonitions.
John MacFarlane
2023-12-20
Org reader: parse caption and label for grid tables.
John MacFarlane
2023-09-06
Org reader: factor out orgAnchor -> Org.Parsing.
John MacFarlane
2023-08-30
Fix compiler warning by removing redundant definition.
John MacFarlane
2023-08-30
Org reader: don't parse alphabetical lists...
John MacFarlane
2023-08-26
Org reader: allow escaping commas in macro arguments
Amneesh Singh
2023-08-18
Org reader: allow example lines to end immediately after the colon
Brian Leung
2023-04-05
Org reader: treat `#+NAME` as synonym for `#+LABEL`.
Albert Krewinkel
2023-04-01
Org reader: require abstract environment to use lowercase
Albert Krewinkel
2023-03-22
Org reader: Allow zero width space as an escape character
Christian Christiansen
2023-03-01
Org reader: accept empty tables
Albert Krewinkel
2023-01-13
Support complex figures. [API change]
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-29
T.P.Parsing.General: change `characterReference`, `charsInBalanced`.
John MacFarlane
2022-10-19
Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]
John MacFarlane
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2022-10-10
Org reader: make #+pandoc-emphasis-pre work as expected. (#8360)
Amir Dekel
2022-10-03
Rename T.P.Readers.LaTeX.Types -> T.P.TeX.
John MacFarlane
2022-10-03
Rename T.P.Network.HTTP -> T.P.URI.
John MacFarlane
2022-09-19
Org reader: Allow org-ref v2 citations with `&` prefix.
John MacFarlane
2022-08-21
Org reader: treat *emacs-jupyter* src blocks as code cells.
Albert Krewinkel
2022-08-17
Org reader: treat "abstract" block as metadata
Albert Krewinkel
2022-08-03
Org reader: add missing `/` to Windows file URI; fixes prev commit
Albert Krewinkel
2022-08-02
Org reader: recognize absolute paths on Windows
Albert Krewinkel
2022-07-30
Support rowspans and colspans in grid tables (#8202)
Albert Krewinkel
2022-06-19
Org reader: Fix Post / Pre mixup when setting emphasis chars (#8134)
Amir Dekel
2022-06-08
org reader: recognize {webp,jxl} files as images
YI
2022-05-20
Org reader: support line selection in INCLUDE directives. (#8060)
Brian Leung
2022-05-02
Org reader: allow attrs for Org tables. (#8049)
Brian Leung
2022-03-10
Org reader: allow multiple `#+bibliography:`.
John MacFarlane
2022-03-10
Org reader: parse `#+print_bibliography:` as Div with id `refs`.
John MacFarlane
2022-03-04
Org reader: handle `#+bibliography:` as metadata...
John MacFarlane
2022-02-21
Org reader: More flexible LaTeX environments
Lucas V. R
2022-02-06
Org reader: allow comments above property drawer
Lucas V. R
2022-02-06
Org reader: allow ":" in property drawer keys
Lucas V. R
2022-01-17
Fix some haddock errors.
John MacFarlane
2022-01-09
Org reader: support alphabetical (fancy) lists
Lucas Viana
2022-01-06
Org reader: support counter cookies in lists
Lucas Viana
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2022-01-01
Org reader: allow trailing spaces after key/value pairs in directives
Albert Krewinkel
2021-12-14
Org reader: parse official org-cite citations.
John MacFarlane
2021-12-14
Org reader: remove support for "Berkeley style" citations.
John MacFarlane
2021-10-22
Org reader: allow an initial :PROPERTIES: drawer to add to metadata.
John MacFarlane
2021-10-22
Use simpleFigure in Readers.
Aner Lucero
2021-09-10
Org reader: don't parse a list as first item in a list item.
John MacFarlane
2021-08-03
Stop using the HTTP package. (#7456)
mt_caret
2021-05-13
Implement curly-brace syntax for Markdown citation keys.
John MacFarlane
2021-05-09
Org reader: Resolve org includes relative to ...
John MacFarlane
2021-05-09
T.P.Parsing: improve include file functions.
John MacFarlane
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
[next]