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
2015-03-29
Docx Writer: Initial support for --toc option (issue #458)
Nikolay Yakimov
1
-1
/
+29
2015-03-29
Docx Writer: Add a style to figure images
Nikolay Yakimov
1
-0
/
+5
2015-03-19
Markdown writer: fixes for GHC 7.10.
John MacFarlane
1
-3
/
+3
2015-03-16
Merge pull request #1968 from lierdakil/issue1607
John MacFarlane
1
-79
/
+99
2015-03-15
AsciiDoc writer: avoid wrapping after list marker.
John MacFarlane
1
-2
/
+2
2015-03-15
AsciiDoc writer: insert some needed blank lines.
John MacFarlane
1
-1
/
+1
2015-03-15
Merge pull request #1989 from zudov/shortcut_ref_link_pr
John MacFarlane
1
-29
/
+55
2015-03-14
Really fix #1394.
John MacFarlane
1
-5
/
+6
2015-03-10
Support shortcut reference links in markdown writer
Konstantin Zudov
1
-29
/
+55
2015-03-08
Docx Writer: set firstRow information in tables
Nikolay Yakimov
1
-2
/
+7
2015-03-07
Fixed pipe tables -- headerless tables are not allowed.
John MacFarlane
1
-1
/
+6
2015-03-03
Code cleanup
Nikolay Yakimov
1
-14
/
+10
2015-03-01
Started moving StyleMap out of writer code
Nikolay Yakimov
1
-46
/
+25
2015-03-01
Update Docx writer for 1cb601d reference.docx
Nikolay Yakimov
1
-13
/
+14
2015-02-25
HTML writer: include raw latex blocks if --mathjax specified.
John MacFarlane
1
-1
/
+8
2015-02-25
Markdown writer: don't emit span tags if plain or raw HTML disabled.
John MacFarlane
1
-5
/
+8
2015-02-25
Define isRight since it's only in recent versions of Data.Either.
John MacFarlane
1
-1
/
+4
2015-02-25
Markdown writer: Avoid introducing spurious list items through wrapping.
John MacFarlane
1
-12
/
+41
2015-02-25
LaTeX writer: recognize book documentclass if set in metadata.
John MacFarlane
1
-8
/
+10
2015-02-25
Docbook writer: don't print empty id attributes.
John MacFarlane
1
-1
/
+2
2015-02-24
Comment out unused functions to make CI happy
Nikolay Yakimov
1
-8
/
+8
2015-02-24
Treat some ambiguous styles as custom for now
Nikolay Yakimov
1
-11
/
+10
2015-02-23
Do not lookup custom styles
Nikolay Yakimov
1
-9
/
+13
2015-02-23
Also skip SourceCode style if exists
Nikolay Yakimov
1
-9
/
+12
2015-02-22
If --no-highlight is set, remove *Tok styles.
Nikolay Yakimov
1
-2
/
+10
2015-02-22
Prototype fix for #1872
Nikolay Yakimov
1
-4
/
+7
2015-02-21
Initial stab at more involved fix for #1607
Nikolay Yakimov
1
-64
/
+86
2015-02-20
LaTeX Writer: Don't use listings in headers
Matthew Pickering
1
-3
/
+4
2015-02-17
ICML writer: Better handling of raw blocks and inlines.
John MacFarlane
1
-4
/
+6
2015-02-13
Allow wildcards in `--epub-embed-font` arguments.
John MacFarlane
1
-2
/
+9
2015-02-12
Docx writer: Add footnotes id -1 and 0.
Jesse Rosenthal
1
-1
/
+17
2015-02-11
Docx Writer: Add "BodyText" Style
Jesse Rosenthal
1
-9
/
+11
2015-02-10
Docx Writer: Use FirstParagraph style at beginning.
Jesse Rosenthal
1
-1
/
+1
2015-02-09
Docx Writer: Implement FirstParagraph Style
Jesse Rosenthal
1
-15
/
+39
2015-02-07
Merge pull request #1927 from freephile/master
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-05
update syntax for Images/Media files in MediaWiki
Greg Rundlett
1
-2
/
+2
2015-02-04
Append newline to the LineBreak of various writers
Tim Lin
6
-6
/
+7
2015-02-01
LaTeX writer: Don't escape $ in URL. Closes #1913.
John MacFarlane
1
-1
/
+1
2015-02-01
HTML writer: Add "inline" or "display" class to math spans.
John MacFarlane
1
-57
/
+60
2015-01-29
Refactored `if x then [] else y` to `[y | not x]`
Konstantin Zudov
1
-6
/
+2
2015-01-29
Do not ommit missing `alt` attribute on `img` tag
Konstantin Zudov
1
-4
/
+1
2015-01-27
Fixed list-style-type for numbered example lists.
John MacFarlane
1
-1
/
+3
2015-01-19
Use CPP to avoid unneeded import warning for blaze-markup >= 0.6.3.
John MacFarlane
1
-0
/
+3
2015-01-18
Custom writer: Raise `PandocLuaException` instead of using 'error'.
John MacFarlane
1
-2
/
+9
2015-01-18
Custom writer: raise error if loadstring returns an error status.
John MacFarlane
1
-1
/
+6
2015-01-17
EPUB writer: properly handle internal links to IDs in spans, divs.
John MacFarlane
1
-11
/
+18
2015-01-05
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
1
-1
/
+1
2015-01-05
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
1
-3
/
+3
[prev]
[next]