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-02-24
Implemented `\graphicspath` in LaTeX reader.
John MacFarlane
1
-68
/
+78
2017-02-23
Removed `\strut` at beginning of table cells.
John MacFarlane
1
-1
/
+1
2017-02-23
Special-case .stretch class for images in reveal.js.
John MacFarlane
1
-6
/
+21
2017-02-22
imageSize interface change
mb21
4
-4
/
+4
2017-02-22
make imageSize recognize basic SVG dimensions, see #3462
mb21
1
-0
/
+1
2017-02-21
MediaWiki writer: Remove newline before `</ref>`.
John MacFarlane
1
-2
/
+2
2017-02-21
MediaWiki writer: add display attribute on `<math>` tags.
John MacFarlane
1
-2
/
+5
2017-02-21
MediaWiki writer: Updated list of syntax highlighting languages.
John MacFarlane
1
-17
/
+641
2017-02-20
Use lazy loading for reveal.js slide shows.
John MacFarlane
1
-7
/
+18
2017-02-17
Added warnings for non-rendered blocks to some writers.
John MacFarlane
10
-76
/
+133
2017-02-17
FB2 writer: don't render RawBlock as code.
John MacFarlane
1
-4
/
+7
2017-02-15
ZimWiki writer: removed internal formatting from note and table cells, becaus...
Alex Ivkin
1
-24
/
+54
2017-02-12
Do not strip # from Org anchor links
Alexander Krotov
1
-1
/
+1
2017-02-11
RST reader/writer: properly handle table captions.
John MacFarlane
1
-4
/
+5
2017-02-11
HTML writer: report when not rendering raw inline/block.
John MacFarlane
1
-3
/
+8
2017-02-11
Use new warnings throughout the code base.
John MacFarlane
7
-31
/
+29
2017-02-05
Handle language in inline code with --listings.
John MacFarlane
1
-4
/
+9
2017-02-05
Removed redundant import.
John MacFarlane
1
-1
/
+0
2017-02-04
Changed writerEpubMetadata to a Maybe String.
John MacFarlane
1
-1
/
+1
2017-02-04
Improved escaping in RST writer with smart option.
John MacFarlane
1
-6
/
+20
2017-02-04
Org writer: reduce to two spaces after bullets
Albert Krewinkel
1
-2
/
+2
2017-02-04
Markdown writer: Better escaping when +smart.
John MacFarlane
1
-17
/
+21
2017-02-04
Implemented +/-smart in rst writer.
John MacFarlane
3
-15
/
+29
2017-02-03
HTML and DocBook writers: fix internal links with writerIdentifierPrefix opt ...
Mauro Bieg
2
-4
/
+6
2017-02-02
Org.hs: remove misleading comment
Alexander Krotov
1
-1
/
+0
2017-02-01
Reduce state in Org writer (#3404)
Alexander Krotov
1
-8
/
+3
2017-01-30
`--mathml` and MathML in HTMLMathMethod longer take an argument.
John MacFarlane
4
-13
/
+9
2017-01-28
LaTeX writer: export writeBeamer.
John MacFarlane
1
-25
/
+50
2017-01-27
HTML: export separate functions for slide formats.
John MacFarlane
1
-53
/
+111
2017-01-27
HTML writer: export writeHtmlStringForEPUB.
John MacFarlane
2
-26
/
+42
2017-01-26
Split writeDocbook into writeDocbook4, writeDocbook5.
John MacFarlane
1
-22
/
+40
2017-01-26
EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.
John MacFarlane
1
-7
/
+24
2017-01-25
Provide explicit separate functions for HTML 4 and 5.
John MacFarlane
5
-56
/
+88
2017-01-25
Cleanups for rebase.
John MacFarlane
1
-2
/
+2
2017-01-25
Removed writerHighlight; made writerHighlightStyle a Maybe.
John MacFarlane
3
-35
/
+32
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
23
-53
/
+3
2017-01-25
Fixed shadowing warnings.
John MacFarlane
1
-3
/
+3
2017-01-25
Removed writerIgnoreNotes.
John MacFarlane
3
-15
/
+9
2017-01-25
Removed writerTeXLigatures.
John MacFarlane
2
-4
/
+4
2017-01-25
Make the `smart` extension affect the Markdown writer.
John MacFarlane
1
-6
/
+29
2017-01-25
Fixed something small that broke in rebase.
John MacFarlane
1
-1
/
+1
2017-01-25
Text.Pandoc.Shared: Removed fetchItem, fetchItem'.
John MacFarlane
6
-36
/
+46
2017-01-25
Removed `--normalize` option and normalization functions from Shared.
John MacFarlane
2
-6
/
+13
2017-01-25
Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.
John MacFarlane
2
-3
/
+5
2017-01-25
Class: removed 'fail' from PandocMonad.
John MacFarlane
1
-1
/
+1
2017-01-25
Simplified reference-docx/reference-odt to reference-doc.
John MacFarlane
2
-2
/
+2
2017-01-25
Remove now-unnecessary lifts in Markdown writer.
John MacFarlane
1
-9
/
+6
2017-01-25
Class: rename addWarning[WithPos] to warning[WithPos].
John MacFarlane
6
-15
/
+15
2017-01-25
Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.
John MacFarlane
6
-24
/
+28
2017-01-25
Make sure texMathToInlines issues warning.
John MacFarlane
1
-1
/
+3
[prev]
[next]