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
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
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-3
/
+3
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2014-08-08
Org Writer: Write anchor elements
Matthew Pickering
1
-0
/
+2
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+3
2014-04-12
Org writer: Fix output for linebreaks
Albert Krewinkel
1
-1
/
+1
2013-12-19
HLint: use `elem` and `notElem`
Henry de Valence
1
-1
/
+1
2013-08-18
Adjusted writers and tests for change in parsing of div/span.
John MacFarlane
1
-1
/
+8
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
1
-0
/
+3
2013-07-01
Created Text.Pandoc.Writers.Shared, improved metaToJSON.
John MacFarlane
1
-2
/
+2
2013-06-29
Metadata changes: Variables now completely shadow metadata.
John MacFarlane
1
-2
/
+2
2013-06-27
Writers: Use defField for defaults.
John MacFarlane
1
-2
/
+2
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-21
/
+14
2013-01-15
Use 'fig:' instead of '\SOH' in title to indicate figure.
John MacFarlane
1
-2
/
+2
2013-01-14
Implemented Ext_implicit_figures.
John MacFarlane
1
-1
/
+2
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-1
/
+1
2013-01-06
Don't put the text of an autolink in Code font.
John MacFarlane
1
-1
/
+1
2012-08-04
Don't include empty captions in figures.
John MacFarlane
1
-2
/
+5
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
1
-0
/
+1
[next]