index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
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
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2019-01-30
Org reader: add support for #+SELECT_TAGS.
leungbk
2019-01-30
Org reader: separate filtering logic from conversion function.
leungbk
2019-01-07
Org reader: allow for case of :minlevel == 0.
John MacFarlane
2019-01-07
Org reader: handle `minlevel` option differently. (#5190)
Brian Leung
2018-09-26
Force inline code blocks to honor export options.
leungbk
2018-07-02
Spellcheck comments
Alexander Krotov
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
2018-01-19
hlint code improvements.
John MacFarlane
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-12-28
Org reader: support minlevel option for includes
Albert Krewinkel
2017-12-20
Org reader: fix asterisks-related parsing error
Albert Krewinkel
2017-11-22
Org reader: allow empty list items
Albert Krewinkel
2017-10-08
Org reader: end footnotes after two blank lines
Albert Krewinkel
2017-06-03
Improve code style in lua and org modules
Albert Krewinkel
2017-06-03
Org reader: apply hlint suggestions
Albert Krewinkel
2017-05-31
Org reader: recognize babel result blocks with attributes
Albert Krewinkel
2017-05-31
Org reader: fix module names in haddock comments
Albert Krewinkel
2017-05-27
Org reader: subject full doc tree to headline transformations
Albert Krewinkel
2017-05-22
Move indentWith to Text.Pandoc.Parsing (#3687)
Alexander Krotov
2017-05-17
Merge pull request #3677 from labdsf/anylinenewline
John MacFarlane
2017-05-17
Move anyLineNewline to Parsing.hs
Alexander Krotov
2017-05-16
Org reader: replace `sequence . map` with `mapM`
Albert Krewinkel
2017-05-16
Org reader: put tree parsing code into dedicated module
Albert Krewinkel
2017-05-14
Org reader: add basic file inclusion mechanism
Albert Krewinkel
2017-05-12
Replace `repeat' and `take' with `replicate' once more
Alexander Krotov
2017-05-03
Org reader: support table.el tables
Albert Krewinkel
2017-04-30
Add returnF to Text.Pandoc.Parsing
Alexander Krotov
2017-04-23
Org reader: allow multi-word arguments to src block params
Albert Krewinkel
2017-04-23
Org reader: stop adding rundoc prefix to src params
Albert Krewinkel
2017-04-23
Org reader: handle line numbering switch for src blocks
Albert Krewinkel
2017-04-16
Org reader: convert markup at beginning of footnotes
Albert Krewinkel
2017-04-14
s/safed/saved/
Alexander Krotov
2017-03-08
Org reader: disallow tables on list marker lines
Albert Krewinkel
2017-03-08
Org reader: don't allow tables inside list items.
John MacFarlane
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-01-27
Shared: rename compactify', compactify'DL -> compactify, compactifyDL.
John MacFarlane
2017-01-25
Cleanups for rebase.
John MacFarlane
2017-01-25
Working on readers.
Jesse Rosenthal
2017-01-19
Org reader: allow short hand for single-line raw blocks
Albert Krewinkel
2016-11-24
Org reader: respect column width settings
Albert Krewinkel
2016-11-19
Org reader: Ensure images in paragraphs are not parsed as figures
Albert Krewinkel
2016-11-09
Org reader: allow HTML attribs on non-figure images
Albert Krewinkel
2016-10-30
Org reader: support `ATTR_HTML` for special blocks
Albert Krewinkel
2016-10-30
Org reader: support the `todo` export option
Albert Krewinkel
2016-10-30
Org reader: add support for todo-markers
Albert Krewinkel
2016-10-18
Better fix for the problem with ghc 7.8.
John MacFarlane
2016-10-18
Try to fix build error on ghc 7.8.
John MacFarlane
[prev]
[next]