index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
Org
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-10
Org reader: don't parse a list as first item in a list item.
John MacFarlane
1
-1
/
+4
2021-08-03
Stop using the HTTP package. (#7456)
mt_caret
1
-2
/
+2
2021-05-13
Implement curly-brace syntax for Markdown citation keys.
John MacFarlane
1
-4
/
+4
2021-05-09
Org reader: Resolve org includes relative to ...
John MacFarlane
2
-2
/
+5
2021-05-09
T.P.Parsing: improve include file functions.
John MacFarlane
2
-3
/
+3
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2
-2
/
+3
2021-03-20
Text.Pandoc.Parsing: remove F type synonym.
John MacFarlane
1
-2
/
+2
2021-03-19
Use NonEmpty instead of minimumDef.
John MacFarlane
1
-2
/
+2
2021-03-18
Use minimumDef instead of minimum (partial function).
John MacFarlane
1
-2
/
+2
2021-02-18
Org reader: fix bug in org-ref citation parsing.
Albert Krewinkel
1
-1
/
+1
2021-02-13
Org: support task_lists extension
Albert Krewinkel
1
-2
/
+39
2021-01-09
Org reader: allow multiple pipe chars in todo sequences
Albert Krewinkel
1
-4
/
+10
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
9
-9
/
+9
2021-01-03
Org reader: mark verbatim code with class "verbatim". (#6998)
Dimitri Sabadie
1
-1
/
+1
2021-01-01
Org reader: restructure output of captioned code blocks
Albert Krewinkel
1
-14
/
+12
2020-12-05
Org reader: preserve targets of spurious links
Albert Krewinkel
1
-5
/
+4
2020-11-22
Org reader: parse `#+LANGUAGE` into `lang` metadata field
Albert Krewinkel
1
-0
/
+2
2020-11-18
Replace org #+KEYWORDS with #+keywords
TEC
1
-11
/
+11
2020-10-14
Fix typos in comments, doc strings, error messages, and tests
Albert Krewinkel
1
-1
/
+1
2020-09-25
Org reader: fix HLint warnings
Albert Krewinkel
1
-2
/
+2
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
3
-16
/
+13
2020-07-01
Org reader: respect tables-excluding export setting
Albert Krewinkel
3
-2
/
+7
2020-06-30
Org reader: respect export setting disabling footnotes
Albert Krewinkel
3
-2
/
+7
2020-06-30
Org reader: respect export setting which disables entities
Albert Krewinkel
3
-6
/
+16
2020-06-29
Org reader: keep unknown keyword lines as raw org
Albert Krewinkel
2
-2
/
+13
2020-06-29
Org reader: unify keyword handling
Albert Krewinkel
1
-75
/
+67
2020-06-29
Org reader: support LATEX_HEADER_EXTRA and HTML_HEAD_EXTRA settings
Albert Krewinkel
1
-5
/
+9
2020-06-29
Org reader: allow multiple #+SUBTITLE export settings
Albert Krewinkel
1
-0
/
+1
2020-06-28
Org reader: read `#+INSTITUTE` values as text with markup
Albert Krewinkel
1
-7
/
+13
2020-06-28
Org reader: update behavior of author, keywords export settings
Albert Krewinkel
1
-19
/
+9
2020-06-28
Org reader: refactor export setting handling
Albert Krewinkel
1
-79
/
+67
2020-06-27
Org reader: read description lines as inlines
Albert Krewinkel
1
-10
/
+46
2020-06-25
Org reader: honor tex export option
Albert Krewinkel
4
-30
/
+75
2020-06-20
Recognize images with uppercase extensions
Albert Krewinkel
1
-1
/
+2
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-2
/
+1
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
1
-1
/
+7
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-2
/
+2
2020-04-15
Implement the new Table type
despresc
1
-7
/
+7
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
5
-5
/
+5
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
9
-18
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
9
-9
/
+9
2020-02-08
Org reader: simplify parsing of sub- and superscripts
Albert Krewinkel
1
-11
/
+11
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-1
/
+1
2020-02-06
Use traverse instead of reimplementing it (#6124)
Joseph C. Sible
1
-3
/
+1
2019-12-19
Org reader: fix parsing problem for colons in headline
Albert Krewinkel
2
-11
/
+27
2019-12-18
Org reader: wrap named table in div, using name as id
Albert Krewinkel
1
-12
/
+10
2019-12-13
Org reader: add table labels to caption if both are present
Albert Krewinkel
1
-3
/
+11
2019-11-20
Fix typos (#5919)
Brian Wignall
1
-1
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
9
-320
/
+338
2019-10-27
Org reader: fix parsing of empty comment lines
Albert Krewinkel
1
-1
/
+3
[next]