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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-17
RST reader/writer: support unknown interpreted text roles...
John MacFarlane
1
-1
/
+6
2017-08-17
slidy uses https instead of http (#3848)
ickc
1
-1
/
+1
2017-08-16
Update to hslua-0.8.0
Albert Krewinkel
1
-0
/
+6
2017-08-15
Docx writer: fixed a regression (infinite loop on certain lists).
John MacFarlane
1
-2
/
+2
2017-08-14
Implement multicolumn support for slide formats.
John MacFarlane
2
-3
/
+28
2017-08-13
CommonMark writer: prefer pipe tables to HTML tables...
John MacFarlane
1
-3
/
+2
2017-08-13
Markdown writer: Use pipe tables if `raw_html` disabled...
John MacFarlane
1
-2
/
+10
2017-08-13
Added some Functor constraints needed for ghc 7.8.
John MacFarlane
1
-2
/
+2
2017-08-13
Delete Text.Pandoc.Lua.SharedInstances
Albert Krewinkel
1
-1
/
+0
2017-08-13
Use hslua >= 0.7, update Lua code
Albert Krewinkel
1
-128
/
+109
2017-08-12
Docx writer: pass through comments.
John MacFarlane
1
-8
/
+47
2017-08-12
Escape MetaString values (as added with --metadata flag).
John MacFarlane
1
-6
/
+8
2017-08-11
Added support for translations (localization) (see #3559).
John MacFarlane
4
-7
/
+7
2017-08-10
Remove writerUserDataDir from WriterOptions.
John MacFarlane
1
-1
/
+0
2017-08-10
Removed datadir param from readDataFile and getDefaultTemplate.
John MacFarlane
3
-5
/
+3
2017-08-10
Expose getDefaultDataFile in both Shared and Class.
John MacFarlane
1
-1
/
+1
2017-08-10
Slidy writer: use h1 for all slides...
John MacFarlane
1
-1
/
+5
2017-08-09
RST writer: don't wrap term in definition list.
John MacFarlane
1
-1
/
+1
2017-08-09
EPUB writer: don't strip formatting in TOC.
John MacFarlane
1
-10
/
+23
2017-08-08
Muse writer: insert two blanklines between lists of the same type (#3844)
Alexander
1
-1
/
+23
2017-08-08
CommonMark writer: avoid excess blank lines at end of output.
John MacFarlane
1
-1
/
+1
2017-08-08
CommonMark writer: support `hard_line_breaks`, `smart`.
John MacFarlane
1
-8
/
+15
2017-08-08
Writers.Shared.unsmartify: undo literal double curly quotes.
John MacFarlane
1
-0
/
+3
2017-08-08
CommonMark writer: Support pipe tables.
John MacFarlane
1
-16
/
+75
2017-08-08
CommonMark writer: support table, strikethrough extensions...
John MacFarlane
1
-59
/
+90
2017-08-07
Remove GFM modules; use CMarkGFM for both gfm and commonmark.
John MacFarlane
2
-190
/
+1
2017-08-07
Man writer: removed some unneeded imports.
John MacFarlane
1
-2
/
+0
2017-08-07
Man writer: avoid error for def lists with no definitions.
John MacFarlane
1
-9
/
+12
2017-08-07
Added gfm (GitHub-flavored CommonMark) as an input and output format.
John MacFarlane
1
-0
/
+189
2017-08-06
LaTeX writer: Don't use figure inside table cell.
John MacFarlane
1
-2
/
+4
2017-08-02
DokuWiki reader: better handling for code block in list item.
John MacFarlane
1
-2
/
+8
2017-07-30
Markdown writer: better escaping of `<` and `>`.
John MacFarlane
1
-2
/
+6
2017-07-26
Sorted the list of supported HTML5 attributes and removed duplicates. (#3817)
Wandmalfarbe
1
-80
/
+46
2017-07-26
HTML writer: render raw inline environments when --mathjax used.
John MacFarlane
1
-3
/
+8
2017-07-25
HTML writer: insert data- in front of unsupported attributes.
John MacFarlane
1
-48
/
+309
2017-07-13
Use foldrWithKey instead of deprecated foldWithKey.
John MacFarlane
1
-1
/
+1
2017-07-12
Muse writer: indent lists inside <quote> with at least one space (#3795)
Alexander Krotov
1
-4
/
+11
2017-06-30
Allow ibooks-specific metadata in epubs. Closes #2693.
John MacFarlane
1
-5
/
+20
2017-06-30
Markdown writer: Ensure that `+` and `-` are escaped properly...
John MacFarlane
1
-0
/
+3
2017-06-28
Make `papersize: a4` work regardless of the case of `a4`.
John MacFarlane
2
-0
/
+9
2017-06-28
LaTeX writer: fixed detection of otherlangs.
John MacFarlane
1
-3
/
+3
2017-06-27
Docx writer: Allow 9 list levels.
John MacFarlane
1
-3
/
+9
2017-06-26
OpenDocument/ODT writer: Added support for table of contents.
John MacFarlane
1
-0
/
+1
2017-06-26
Use `table-of-contents` for contents of toc, make `toc` a boolean.
John MacFarlane
3
-6
/
+18
2017-06-26
Muse writer: fix hlint errors (#3764)
Alexander Krotov
1
-17
/
+13
2017-06-26
LaTeX writer: use BCP47 parser.
John MacFarlane
1
-89
/
+105
2017-06-25
BCP47: split toLang from getLang, rearranged types.
John MacFarlane
3
-38
/
+39
2017-06-25
Refactored ConTeXt writer to use BCP47.
John MacFarlane
1
-34
/
+34
2017-06-25
Moved BCP47 specific functions from Writers.Shared to new module.
John MacFarlane
4
-87
/
+8
2017-06-25
Writers.Shared: improve type of Lang and bcp47 parser.
John MacFarlane
3
-41
/
+79
[next]