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
/
Blocks.hs
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-08-30
Fix compiler warning by removing redundant definition.
John MacFarlane
2023-08-30
Org reader: don't parse alphabetical lists...
John MacFarlane
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-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-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-07-30
Support rowspans and colspans in grid tables (#8202)
Albert Krewinkel
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: parse `#+print_bibliography:` as Div with id `refs`.
John MacFarlane
2022-02-21
Org reader: More flexible LaTeX environments
Lucas V. R
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-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-05-09
Org reader: Resolve org includes relative to ...
John MacFarlane
2021-05-09
T.P.Parsing: improve include file functions.
John MacFarlane
2021-03-19
Use NonEmpty instead of minimumDef.
John MacFarlane
2021-03-18
Use minimumDef instead of minimum (partial function).
John MacFarlane
2021-02-13
Org: support task_lists extension
Albert Krewinkel
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2021-01-01
Org reader: restructure output of captioned code blocks
Albert Krewinkel
2020-11-18
Replace org #+KEYWORDS with #+keywords
TEC
2020-10-14
Fix typos in comments, doc strings, error messages, and tests
Albert Krewinkel
2020-09-25
Org reader: fix HLint warnings
Albert Krewinkel
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
2020-07-01
Org reader: respect tables-excluding export setting
Albert Krewinkel
2020-06-29
Org reader: keep unknown keyword lines as raw org
Albert Krewinkel
2020-06-25
Org reader: honor tex export option
Albert Krewinkel
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
2020-04-15
Implement the new Table type
despresc
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-02-07
Resolve HLint warnings
Albert Krewinkel
2020-02-06
Use traverse instead of reimplementing it (#6124)
Joseph C. Sible
2019-12-18
Org reader: wrap named table in div, using name as id
Albert Krewinkel
2019-12-13
Org reader: add table labels to caption if both are present
Albert Krewinkel
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-09-08
Org reader: modify handling of example blocks. (#5717)
Brian Leung
2019-07-22
Org reader: accept ATTR_LATEX in block attributes
Albert Krewinkel
2019-07-02
Fix redundant constraint warnings. (#5625)
Pete Ryland
[next]