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
/
Texinfo.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-04
hlint some writers
Alexander Krotov
1
-10
/
+7
2018-06-25
Texinfo writer: use @sup and @sub instead of custom macros
Alexander Krotov
1
-10
/
+3
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-01-19
hlint code improvements.
John MacFarlane
1
-1
/
+1
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-10-29
Source code reformatting.
John MacFarlane
1
-1
/
+1
2017-10-29
hlint suggestions.
John MacFarlane
1
-13
/
+13
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-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
/
+4
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-15
/
+15
2017-02-17
Added warnings for non-rendered blocks to some writers.
John MacFarlane
1
-5
/
+10
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
1
-2
/
+0
2017-01-25
Unify Errors.
Jesse Rosenthal
1
-1
/
+2
2017-01-25
Deleted whitespace at end of source lines.
John MacFarlane
1
-1
/
+1
2017-01-25
Texinfo writer: restore former behavior for headers level > 4.
John MacFarlane
1
-19
/
+21
2017-01-25
Implement Errors in PandocMonad
Jesse Rosenthal
1
-36
/
+53
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
/
+2
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-3
/
+3
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-0
/
+3
2016-01-22
Changed type of Shared.uniqueIdent argument from [String] to Set String.
John MacFarlane
1
-3
/
+4
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-1
/
+7
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-2
/
+2
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-6
/
+15
2015-05-28
Texinfo writer: Removed tabs from source.
John MacFarlane
1
-3
/
+3
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2015-02-07
Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc i...
John MacFarlane
1
-1
/
+1
2015-02-06
Texinfo writer: fix wrapping by using breakable spaces
Tim Lin
1
-1
/
+1
2015-02-04
Append newline to the LineBreak of various writers
Tim Lin
1
-1
/
+1
2015-01-05
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
1
-1
/
+1
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2014-01-02
Use isHeaderBlock from Shared rather than defining it anew...
John MacFarlane
1
-5
/
+1
2013-10-16
Use isURI instead of isAbsoluteURI.
John MacFarlane
1
-2
/
+2
2013-08-10
Adjustments for new Format newtype.
John MacFarlane
1
-8
/
+11
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
1
-0
/
+5
2013-07-01
Created Text.Pandoc.Writers.Shared, improved metaToJSON.
John MacFarlane
1
-2
/
+3
2013-06-29
Metadata changes: Variables now completely shadow metadata.
John MacFarlane
1
-3
/
+2
2013-06-27
Writers: Use defField for defaults.
John MacFarlane
1
-6
/
+6
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-21
/
+21
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
-8
/
+8
2013-01-06
Don't put the text of an autolink in Code font.
John MacFarlane
1
-1
/
+1
2012-09-24
Texinfo writer: Fixed internal cross-references.
John MacFarlane
1
-7
/
+26
2012-08-04
Don't include empty captions in figures.
John MacFarlane
1
-3
/
+5
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
1
-0
/
+1
2012-07-26
Fixed whitespace errors.
John MacFarlane
1
-9
/
+9
[next]