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
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
2016-09-02
Remove Compat.Monoid
Jesse Rosenthal
1
-1
/
+1
2016-08-09
Org reader: ensure image sources are proper links
Albert Krewinkel
1
-25
/
+8
2016-07-14
Org reader: fix parsing of verbatim inlines
Albert Krewinkel
1
-2
/
+4
2016-06-21
Org reader: remove partial functions
Albert Krewinkel
1
-17
/
+17
2016-06-13
Org reader: support arbitrary raw inlines
Albert Krewinkel
1
-1
/
+9
2016-06-05
Org reader: add support for "Berkeley-style" cites
Albert Krewinkel
1
-7
/
+126
2016-06-05
Org reader: add semicolon to list of special chars
Albert Krewinkel
1
-1
/
+1
2016-06-03
Org reader: support special strings export option
Albert Krewinkel
1
-4
/
+8
2016-06-03
Org reader: support emphasized text export option
Albert Krewinkel
1
-4
/
+11
2016-06-03
Org reader: support smart quotes export option
Albert Krewinkel
1
-0
/
+2
2016-06-02
Org reader: undo code duplication
Albert Krewinkel
1
-34
/
+4
2016-05-31
Merge pull request #2950 from tarleb/org-ref-support
John MacFarlane
1
-7
/
+70
2016-05-29
Org reader: rename `parseInlines` to `inlines`
Albert Krewinkel
1
-3
/
+4
2016-05-27
Org reader: support org-ref style citations
Albert Krewinkel
1
-7
/
+70
2016-05-25
Org reader: extract inline parser to module
Albert Krewinkel
1
-0
/
+715