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
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
2017-02-06
Removed --parse-raw and readerParseRaw.
John MacFarlane
1
-1
/
+2
2017-01-25
Removed readerSmart and the --smart option; added Ext_smart extension.
John MacFarlane
1
-1
/
+1
2017-01-25
Working on readers.
Jesse Rosenthal
1
-117
/
+129
2017-01-06
Remove pipe char irking the haddock coverage tool
Albert Krewinkel
1
-1
/
+1
2017-01-06
Org reader: accept org-ref citations followed by commas
Albert Krewinkel
1
-15
/
+16
2017-01-05
Org reader: ensure emphasis markup can be nested
Albert Krewinkel
1
-0
/
+3
2016-11-19
Org reader: Ensure images in paragraphs are not parsed as figures
Albert Krewinkel
1
-13
/
+2
2016-09-02
Fix grouping of imports.
Jesse Rosenthal
1
-1
/
+1
[next]