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
2021-10-12
Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."
John MacFarlane
1
-0
/
+1
2021-10-01
Depend on pandoc-types 1.23, remove Null constructor on Block.
John MacFarlane
1
-1
/
+0
2021-09-17
Org writer: don't indent contents of code blocks.
John MacFarlane
1
-1
/
+1
2021-09-17
Update list of supported source languages in org writer.
John MacFarlane
1
-12
/
+44
2021-04-30
Org writer: inline latex envs need newlines (#7259)
tecosaur
1
-0
/
+2
2021-04-01
Org writer: Use LaTeX style maths deliminators (#7196)
tecosaur
1
-2
/
+2
2021-03-20
T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.
John MacFarlane
1
-6
/
+9
2021-03-19
Protect partial uses of maximum with NonEmpty.
John MacFarlane
1
-2
/
+3
2021-03-09
Org writer: fix operator precedence mistake in previous commit
Albert Krewinkel
1
-1
/
+2
2021-03-09
Org writer: prevent unintended creation of ordered list items
Albert Krewinkel
1
-4
/
+7
2021-02-13
Org: support task_lists extension
Albert Krewinkel
1
-3
/
+13
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-2
/
+2
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
[next]