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
/
Inlines.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-14
Org reader: parse official org-cite citations.
John MacFarlane
1
-39
/
+160
2021-12-14
Org reader: remove support for "Berkeley style" citations.
John MacFarlane
1
-145
/
+42
2021-05-13
Implement curly-brace syntax for Markdown citation keys.
John MacFarlane
1
-4
/
+4
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
1
-1
/
+2
2021-02-18
Org reader: fix bug in org-ref citation parsing.
Albert Krewinkel
1
-1
/
+1
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2021-01-03
Org reader: mark verbatim code with class "verbatim". (#6998)
Dimitri Sabadie
1
-1
/
+1
2020-12-05
Org reader: preserve targets of spurious links
Albert Krewinkel
1
-5
/
+4
2020-06-30
Org reader: respect export setting disabling footnotes
Albert Krewinkel
1
-1
/
+4
2020-06-30
Org reader: respect export setting which disables entities
Albert Krewinkel
1
-5
/
+13
2020-06-25
Org reader: honor tex export option
Albert Krewinkel
1
-10
/
+17
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-2
/
+1
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-02-08
Org reader: simplify parsing of sub- and superscripts
Albert Krewinkel
1
-11
/
+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
1
-78
/
+76
2019-05-05
Org reader: prefer plain symbols over math symbols
Albert Krewinkel
1
-1
/
+1
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-01-01
Org reader: fix self-link parsing regression
Albert Krewinkel
1
-5
/
+6
2019-01-01
Org reader: fix treatment of links to images
Albert Krewinkel
1
-11
/
+15
2019-01-01
Org reader: hlint
Albert Krewinkel
1
-2
/
+2
2018-10-22
Add enclosedByPair1 and change relevant invocations.
leungbk
1
-7
/
+13
2018-09-28
Parse empty argument array in inline src blocks.
leungbk
1
-1
/
+2
2018-09-26
Force inline code blocks to honor export options.
leungbk
1
-2
/
+3
2018-07-02
Spellcheck comments
Alexander Krotov
1
-1
/
+1
2018-03-18
Removed unnecessary import.
John MacFarlane
1
-2
/
+0
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
1
-1
/
+0
2018-03-13
Require pandoc-types 1.17.4.
John MacFarlane
1
-1
/
+1
2018-02-21
Org reader: allow changing emphasis syntax
Albert Krewinkel
1
-10
/
+6
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-10-27
Consistent underline for Readers (#2270)
hftf
1
-2
/
+2
2017-10-02
Org reader: support `\n` export option
Albert Krewinkel
1
-1
/
+2
2017-09-25
Org reader: update emphasis border chars
Albert Krewinkel
1
-3
/
+3
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
1
-2
/
+3
2017-06-03
Improve code style in lua and org modules
Albert Krewinkel
1
-7
/
+6
2017-06-03
Org reader: apply hlint suggestions
Albert Krewinkel
1
-31
/
+33
2017-05-31
Org reader: fix module names in haddock comments
Albert Krewinkel
1
-1
/
+1
2017-05-28
Org reader: Fix cite parsing behaviour
Herwig Stuetz
1
-2
/
+10
2017-05-28
Parsing: `many1Till`: Check for the end condition before parsing
Herwig Stuetz
1
-2
/
+2
2017-05-18
Org reader: fix smart parsing behavior
Albert Krewinkel
1
-9
/
+14
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-06
Org reader: support macros
Albert Krewinkel
1
-0
/
+21
2017-04-30
Add returnF to Text.Pandoc.Parsing
Alexander Krotov
1
-1
/
+1
2017-04-23
Org reader: stop adding rundoc prefix to src params
Albert Krewinkel
1
-4
/
+3
2017-04-16
Org reader: allow emphasized text to be followed by `[`
Albert Krewinkel
1
-1
/
+1
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-24
/
+24
[next]