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
/
Writers
/
Org.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-18
Replace org #+KEYWORDS with #+keywords
TEC
1
-16
/
+16
2020-11-18
Update org supported languages and identifiers
TEC
1
-7
/
+11
2020-07-31
Org writer: don't force blank line after headers
Albert Krewinkel
1
-1
/
+1
2020-05-17
Org writer: clean-up Div handling
Albert Krewinkel
1
-30
/
+59
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-0
/
+3
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-1
/
+1
2020-04-15
Implement the new Table type
despresc
1
-1
/
+2
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-2
/
+2
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-1
/
+1
2020-01-03
Org writer: remove extra spaces from table cells
Albert Krewinkel
1
-1
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-66
/
+67
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-29
/
+40
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
1
-4
/
+5
2019-05-12
Org writer: always indent src blocks content by 2 spaces
Albert Krewinkel
1
-3
/
+1
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-20
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-4
/
+4
2018-12-28
Org writer: preserve line-numbering for example and code blocks.
leungbk
1
-3
/
+9
2018-09-09
Org writer: don't escape literal `_`, `^`.
John MacFarlane
1
-1
/
+1
2018-07-02
Spellcheck comments
Alexander Krotov
1
-1
/
+1
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-02
Org writer: fix a typo s/prettyfy/prettify/
Alexander Krotov
1
-2
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-4
/
+4
2017-12-21
Org writer: do not wrap "-" to avoid accidental bullet lists
Alexander Krotov
1
-7
/
+12
2017-12-19
Fix for #4171 fix: don't wrap note references after SoftBreak
Alexander Krotov
1
-0
/
+2
2017-12-18
Org writer: don't allow fn refs to wrap to beginning of line.
John MacFarlane
1
-1
/
+5
2017-11-04
Revert "Better indentation under headers in org mode output."
John MacFarlane
1
-26
/
+14
2017-11-04
Better indentation under headers in org mode output.
John MacFarlane
1
-14
/
+26
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-2
/
+2
2017-09-01
Org writer: stop using raw HTML to wrap divs
Albert Krewinkel
1
-37
/
+26
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-1
/
+1
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-4
/
+7
2017-06-03
Improve code style in lua and org modules
Albert Krewinkel
1
-16
/
+14
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-3
/
+5
2017-05-13
Change maintainer line in Org writer module
Albert Krewinkel
1
-1
/
+1
2017-03-30
Fix compiler warning.
John MacFarlane
1
-1
/
+1
2017-03-30
Org writer: move everything into PandocMonad.
John MacFarlane
1
-23
/
+35
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-17
/
+17
2017-03-01
Writers: Use gets to access MonadState where possible (#3480)
Alexander Krotov
1
-5
/
+5
2017-02-12
Do not strip # from Org anchor links
Alexander Krotov
1
-1
/
+1
2017-02-04
Org writer: reduce to two spaces after bullets
Albert Krewinkel
1
-2
/
+2
2017-02-02
Org.hs: remove misleading comment
Alexander Krotov
1
-1
/
+0
2017-02-01
Reduce state in Org writer (#3404)
Alexander Krotov
1
-8
/
+3
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
1
-1
/
+0
2017-01-25
Convert all writers to use PandocMonad.
Jesse Rosenthal
1
-2
/
+3
2017-01-25
Adds support for pagebreaks (when it makes sense)
Hubert Plociniczak
1
-1
/
+2
2016-12-21
Org writer: prefix footnote numbers with `fn:`
Albert Krewinkel
1
-2
/
+2
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-3
/
+3
[next]