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
/
Blocks.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-03
Improve code style in lua and org modules
Albert Krewinkel
1
-1
/
+1
2017-06-03
Org reader: apply hlint suggestions
Albert Krewinkel
1
-33
/
+30
2017-05-31
Org reader: recognize babel result blocks with attributes
Albert Krewinkel
1
-20
/
+18
2017-05-31
Org reader: fix module names in haddock comments
Albert Krewinkel
1
-1
/
+1
2017-05-27
Org reader: subject full doc tree to headline transformations
Albert Krewinkel
1
-5
/
+5
2017-05-22
Move indentWith to Text.Pandoc.Parsing (#3687)
Alexander Krotov
1
-9
/
+0
2017-05-17
Merge pull request #3677 from labdsf/anylinenewline
John MacFarlane
1
-4
/
+0
2017-05-17
Move anyLineNewline to Parsing.hs
Alexander Krotov
1
-4
/
+0
2017-05-16
Org reader: replace `sequence . map` with `mapM`
Albert Krewinkel
1
-1
/
+1
2017-05-16
Org reader: put tree parsing code into dedicated module
Albert Krewinkel
1
-210
/
+2
2017-05-14
Org reader: add basic file inclusion mechanism
Albert Krewinkel
1
-4
/
+32
2017-05-12
Replace `repeat' and `take' with `replicate' once more
Alexander Krotov
1
-1
/
+1
2017-05-03
Org reader: support table.el tables
Albert Krewinkel
1
-8
/
+12
2017-04-30
Add returnF to Text.Pandoc.Parsing
Alexander Krotov
1
-2
/
+2
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
1
-22
/
+10
2017-04-23
Org reader: handle line numbering switch for src blocks
Albert Krewinkel
1
-13
/
+57
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-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
1
-25
/
+25
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
Working on readers.
Jesse Rosenthal
1
-80
/
+83
2017-01-19
Org reader: allow short hand for single-line raw blocks
Albert Krewinkel
1
-4
/
+12
2016-11-24
Org reader: respect column width settings
Albert Krewinkel
1
-27
/
+47
2016-11-19
Org reader: Ensure images in paragraphs are not parsed as figures
Albert Krewinkel
1
-1
/
+5
2016-11-09
Org reader: allow HTML attribs on non-figure images
Albert Krewinkel
1
-6
/
+8
2016-10-30
Org reader: support `ATTR_HTML` for special blocks
Albert Krewinkel
1
-9
/
+22
2016-10-30
Org reader: support the `todo` export option
Albert Krewinkel
1
-1
/
+4
2016-10-30
Org reader: add support for todo-markers
Albert Krewinkel
1
-1
/
+20
2016-10-18
Better fix for the problem with ghc 7.8.
John MacFarlane
1
-1
/
+3
2016-10-18
Try to fix build error on ghc 7.8.
John MacFarlane
1
-1
/
+1
2016-10-14
Org reader: allow figure with empty caption
Albert Krewinkel
1
-3
/
+1
2016-10-13
Parse line-oriented markup as LineBlock
Albert Krewinkel
1
-2
/
+2
2016-10-10
Org reader: trim verse lines properly
Albert Krewinkel
1
-2
/
+4
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-30
Org reader: respect unnumbered header property
Albert Krewinkel
1
-2
/
+10
2016-08-29
Org reader: respect `author` export option
Albert Krewinkel
1
-3
/
+3
2016-08-29
Org reader: extract meta parsing code to module
Albert Krewinkel
1
-64
/
+1
2016-08-09
Merge pull request #3065 from tarleb/org-verse-indent
John MacFarlane
1
-1
/
+10
2016-08-09
Org reader: ensure image sources are proper links
Albert Krewinkel
1
-12
/
+22
2016-08-08
Org reader: preserve indentation of verse lines
Albert Krewinkel
1
-1
/
+10
2016-07-04
Org reader: replace ugly code with view pattern
Albert Krewinkel
1
-5
/
+4
2016-07-03
Org reader: support headline levels export setting
Albert Krewinkel
1
-6
/
+27
2016-07-02
Org reader: put export setting parser into module
Albert Krewinkel
1
-116
/
+2
2016-07-01
Org reader: support archived trees export options
Albert Krewinkel
1
-6
/
+43
2016-07-01
Org reader: refactor comment tree handling
Albert Krewinkel
1
-1
/
+20
[next]