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
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
2016-10-17
Org writer: drop space before footnote markers
Albert Krewinkel
1
-1
/
+1
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-0
/
+11
2016-08-20
Org writer: translate language identifiers
Albert Krewinkel
1
-5
/
+23
2016-08-18
Org writer: ensure link targets are paths or URLs
Albert Krewinkel
1
-5
/
+23
2016-08-18
Org writer: ensure blank line after figure
Albert Krewinkel
1
-1
/
+1
2016-08-18
Org writer: remove blank line after figure caption
Albert Krewinkel
1
-3
/
+2
2016-07-05
Org writer: improve Div handling
Albert Krewinkel
1
-7
/
+41
2016-06-13
Org writer: support arbitrary raw inlines
Albert Krewinkel
1
-3
/
+4
2016-05-23
Org writer: add drawer capability
Carlos Sosa
1
-0
/
+11
2016-05-22
Org reader/writer: use CUSTOM_ID in properties
Albert Krewinkel
1
-2
/
+2
2016-05-20
Org writer: add :PROPERTIES: drawer support
Albert Krewinkel
1
-2
/
+21
2016-05-09
Org writer: print empty table rows
Albert Krewinkel
1
-1
/
+1
2016-01-13
Org writer - pass through RawInline with format "org".
John MacFarlane
1
-2
/
+7
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-1
/
+7
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-4
/
+4
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-1
/
+0
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-1
/
+1
[next]