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
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
2012-04-25
Texinfo writer: Escape special characters in node titles.
John MacFarlane
1
-1
/
+2
2012-03-21
Texinfo writer: retain directories in image paths.
Peter Wang
1
-1
/
+1
2011-12-27
Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.
John MacFarlane
1
-4
/
+4
2011-07-16
Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.
John MacFarlane
1
-5
/
+7
2011-01-26
Add support for attributes in inline Code.
John MacFarlane
1
-2
/
+2
2011-01-26
Adjusted writers to use "tex".
John MacFarlane
1
-1
/
+1
2011-01-26
Bumped version to 1.8; depend on pandoc-types 1.8.
John MacFarlane
1
-3
/
+8
2010-12-22
Texinfo writer: Updated to use Pretty.
John MacFarlane
1
-56
/
+37
2010-03-27
Implemented @ for sequentially numbered examples.
John MacFarlane
1
-0
/
+1
2010-03-23
Updated copyright notices.
John MacFarlane
1
-2
/
+2
2010-03-18
Texinfo writer: Handle images in figures.
fiddlosopher
1
-0
/
+6
2010-03-13
Use template variables for include-before/after.
fiddlosopher
1
-7
/
+1
2010-03-13
Texinfo writer: fixed headerless tables.
fiddlosopher
1
-1
/
+3
2009-12-31
Updated texinfo writer to use new templates.
fiddlosopher
1
-87
/
+37
2009-12-31
Removed unneeded writer options; use template variables instead.
fiddlosopher
1
-44
/
+46
2009-12-07
Improved syntax for markdown definition lists.
fiddlosopher
1
-3
/
+3
2009-11-28
Better looking simple tables. Resolves Issue #180.
fiddlosopher
1
-4
/
+10
2009-11-01
Set utf-8 encoding in texinfo headers.
fiddlosopher
1
-2
/
+4
2009-01-24
Moved all haskell source to src subdirectory.
fiddlosopher
1
-0
/
+474