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
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
2015-01-05
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
1
-1
/
+1
2014-09-18
ConTeXt writer: add function toLabel
Mark Szepieniec
1
-7
/
+17
2014-08-12
ConTeXt writer: improved autolink detection.
John MacFarlane
1
-1
/
+1
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2014-04-30
ConTeXt writer: Improved autolinks.
John MacFarlane
1
-11
/
+5
2013-11-30
ConTeXt writer: Don't hardcode figure/table placement.
John MacFarlane
1
-4
/
+4
2013-11-22
ConTeXt writer: Use setupcaption to separate style from content.
John MacFarlane
1
-1
/
+1
2013-08-10
Use query instead of queryWith.
John MacFarlane
1
-2
/
+2
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
1
-0
/
+2
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-28
ConTeXt writer: Properly handle tables without captions.
John MacFarlane
1
-2
/
+4
2013-06-27
Writers: Use defField for defaults.
John MacFarlane
1
-5
/
+5
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-20
/
+16
2013-02-18
ConTeXt writer: now sensitive to 'unnumbered' class in headers.
John MacFarlane
1
-7
/
+10
2013-02-12
Shared: Changed type of Element.
John MacFarlane
1
-1
/
+1
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-07
Implemented tight lists in context, latex writers.
John MacFarlane
1
-11
/
+15
2013-01-06
Don't put the text of an autolink in Code font.
John MacFarlane
1
-2
/
+6
2013-01-05
Support --toc-depth in context writer.
John MacFarlane
1
-0
/
+6
[next]