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-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
[prev]