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
2017-08-09
Org reader: use org-language attribute rather than data-org-language.
John MacFarlane
1
-1
/
+1
2017-08-09
Org reader: use tag-name attribute instead of data-tag-name.
John MacFarlane
1
-1
/
+1
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
2
-2
/
+13
2017-06-03
Improve code style in lua and org modules
Albert Krewinkel
5
-26
/
+24
2017-06-03
Org reader: apply hlint suggestions
Albert Krewinkel
7
-89
/
+84
2017-05-31
Org reader: respect export option for tags
Albert Krewinkel
3
-2
/
+8
2017-05-31
Org reader: include tags in headlines
Albert Krewinkel
1
-6
/
+16
2017-05-31
Org reader: recognize babel result blocks with attributes
Albert Krewinkel
2
-22
/
+22
2017-05-31
Org reader: fix module names in haddock comments
Albert Krewinkel
7
-9
/
+8
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-27
Org reader: subject full doc tree to headline transformations
Albert Krewinkel
2
-6
/
+37
2017-05-22
Move indentWith to Text.Pandoc.Parsing (#3687)
Alexander Krotov
2
-9
/
+1
2017-05-18
Org reader: fix smart parsing behavior
Albert Krewinkel
2
-10
/
+15
2017-05-17
Merge pull request #3677 from labdsf/anylinenewline
John MacFarlane
2
-4
/
+1
2017-05-17
Move anyLineNewline to Parsing.hs
Alexander Krotov
2
-4
/
+1
2017-05-16
Org reader: replace `sequence . map` with `mapM`
Albert Krewinkel
2
-3
/
+3
2017-05-16
Org reader: put tree parsing code into dedicated module
Albert Krewinkel
2
-210
/
+262
2017-05-14
Org reader: add basic file inclusion mechanism
Albert Krewinkel
3
-5
/
+43
2017-05-13
Update dates in copyright notices
Albert Krewinkel
6
-11
/
+11
2017-05-12
Replace `repeat' and `take' with `replicate' once more
Alexander Krotov
1
-1
/
+1
2017-05-06
Drop redundant import of sort
Albert Krewinkel
1
-1
/
+1
2017-05-06
Org reader: support macros
Albert Krewinkel
3
-1
/
+65
2017-05-03
Org reader: support table.el tables
Albert Krewinkel
3
-8
/
+18
2017-04-30
Provide shared F monad functions for Markdown and Org readers
Albert Krewinkel
2
-38
/
+10
2017-04-30
Add returnF to Text.Pandoc.Parsing
Alexander Krotov
2
-3
/
+3
2017-04-30
Org reader: Avoid creating nullMeta by applying setMeta directly
Alexander Krotov
1
-4
/
+1
2017-04-23
Org reader: allow multi-word arguments to src block params
Albert Krewinkel
1
-2
/
+5
2017-04-23
Org reader: stop adding rundoc prefix to src params
Albert Krewinkel
3
-39
/
+24
2017-04-23
Org reader: handle line numbering switch for src blocks
Albert Krewinkel
1
-13
/
+57
2017-04-16
Org reader: allow emphasized text to be followed by `[`
Albert Krewinkel
1
-1
/
+1
2017-04-16
Org reader: convert markup at beginning of footnotes
Albert Krewinkel
1
-1
/
+1
2017-04-14
s/safed/saved/
Alexander Krotov
1
-1
/
+1
2017-03-12
Org reader: interpret more meta value as inlines
Albert Krewinkel
1
-4
/
+9
2017-03-12
Issue warning for duplicate header identifiers.
John MacFarlane
1
-0
/
+8
2017-03-08
Org reader: disallow tables on list marker lines
Albert Krewinkel
1
-3
/
+4
2017-03-08
Org reader: don't allow tables inside list items.
John MacFarlane
1
-0
/
+4
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
8
-105
/
+101
2017-02-06
Removed --parse-raw and readerParseRaw.
John MacFarlane
1
-1
/
+2
2017-01-27
Shared: rename compactify', compactify'DL -> compactify, compactifyDL.
John MacFarlane
1
-4
/
+4
2017-01-25
Cleanups for rebase.
John MacFarlane
1
-1
/
+1
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
7
-269
/
+291
2017-01-19
Org reader: allow short hand for single-line raw blocks
Albert Krewinkel
2
-8
/
+17
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-24
Org reader: respect column width settings
Albert Krewinkel
2
-28
/
+48
2016-11-19
Un-break Travis build
Albert Krewinkel
1
-2
/
+2
2016-11-19
Org reader: Ensure images in paragraphs are not parsed as figures
Albert Krewinkel
3
-15
/
+32
[next]