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
/
ConTeXt.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-20
Fix compiler warning.
John MacFarlane
1
-1
/
+1
2018-09-20
ConTeXt writer: change `\` to `/` in Windows image paths.
John MacFarlane
1
-1
/
+6
2018-09-04
hlint some writers
Alexander Krotov
1
-2
/
+1
2018-08-15
Markdown reader: Use "tex" instead of "latex" for raw tex-ish content.
John MacFarlane
1
-9
/
+6
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-01-25
ConTeXt writer: new section syntax and --section-divs (#4295)
Henri Menke
1
-17
/
+37
2018-01-23
ConTeXt writer: xtables: correct wrong usage of caption
Henri Menke
1
-1
/
+1
2018-01-15
ConTeXt writer: Use xtables instead of Tables (#4223)
Henri Menke
1
-26
/
+72
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-11-29
Let papersizes a0, a1, a2, ... be case-insensitive in LaTeX and ConTeXt.
John MacFarlane
1
-3
/
+4
2017-10-29
More hlint.
John MacFarlane
1
-14
/
+12
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-25
/
+25
2017-10-11
ConTeXt writer: Use identifiers for chapters.
John MacFarlane
1
-6
/
+7
2017-08-11
Added support for translations (localization) (see #3559).
John MacFarlane
1
-1
/
+1
2017-06-28
Make `papersize: a4` work regardless of the case of `a4`.
John MacFarlane
1
-0
/
+5
2017-06-25
BCP47: split toLang from getLang, rearranged types.
John MacFarlane
1
-33
/
+34
2017-06-25
Refactored ConTeXt writer to use BCP47.
John MacFarlane
1
-34
/
+34
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-3
/
+3
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
-5
/
+8
2017-05-23
Shared: Provide custom isURI that rejects unknown schemes [isURI]
Albert Krewinkel
1
-1
/
+1
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-03-10
ConTeXt writer: converted to use PandocMonad.
John MacFarlane
1
-19
/
+28
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-27
/
+27
2017-03-03
ConTeXt writer: remove unnecessary $ (#3482)
Alexander Krotov
1
-2
/
+2
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
1
-1
/
+0
2017-01-25
Removed writerTeXLigatures.
John MacFarlane
1
-1
/
+1
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
-0
/
+1
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-3
/
+3
2016-11-27
Refactor top-level division selection (#3261)
Albert Krewinkel
1
-8
/
+9
2016-11-26
Allow to overwrite top-level division type heuristics (#3258)
Albert Krewinkel
1
-5
/
+6
2016-10-19
Add option for top-level division type
Albert Krewinkel
1
-15
/
+21
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-1
/
+3
2016-03-18
ConTeXt writer: fix whitespace at line beginning in line blocks.
John MacFarlane
1
-1
/
+11
2015-12-22
ConTeXt writer: set default layout based on margin-left, etc.
John MacFarlane
1
-0
/
+10
2015-12-19
Fix language code for Czech (cs not cz)
John MacFarlane
1
-1
/
+0
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
-9
/
+32
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-18
LaTeX and ConTeXt writers: support lang attribute on divs and spans
mb21
1
-16
/
+27
2015-09-26
Support bidirectional text output with XeLaTeX, ConTeXt and HTML
mb21
1
-9
/
+24
2015-08-20
`lang` variable is now in BCP47 format
mb21
1
-4
/
+36
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-5
/
+4
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-7
/
+31
2015-07-01
ConTeXt: use `\goto` for internal links.
John MacFarlane
1
-7
/
+2
2015-07-01
ConTeXt writer: Added a % at end for `\reference` to avoid spurious space.
John MacFarlane
1
-2
/
+2
2015-05-28
ConTeXt writer: Add reference anchors to Div with ids.
John MacFarlane
1
-1
/
+7
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
[next]