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-05-02
Markdown writer: Case-insensitive reference links. (#3616)
David A Roberts
1
-14
/
+16
2017-05-02
FB2 writer: Add support for "lang" metadata (#3625)
Alexander Krotov
1
-2
/
+7
2017-04-29
LaTeX writer: Fix problem with escaping in lstinline.
John MacFarlane
1
-1
/
+6
2017-04-28
LaTeX writer: don't use lstinline it \item[..].
John MacFarlane
1
-1
/
+7
2017-04-28
Ms writer: make use of already defined render' (#3613)
Alexander Krotov
1
-2
/
+2
2017-04-28
Muse writer: Do not reflow directives (#3614)
Alexander Krotov
1
-2
/
+2
2017-04-25
HTML line block: Use class instead of style attribute.
John MacFarlane
1
-1
/
+1
2017-04-25
LaTeX writer: fix error with line breaks after empty content.
John MacFarlane
1
-19
/
+28
2017-04-14
Avoid repeating StackValue instances definitions
Albert Krewinkel
1
-30
/
+1
2017-04-14
Extract lua helper functions into Lua.Util module
Albert Krewinkel
1
-10
/
+7
2017-04-12
Man writer: Fix handling of nested font commands.
John MacFarlane
1
-9
/
+37
2017-04-10
Docx writer: don't take "distArchive" from datadir.
John MacFarlane
1
-2
/
+3
2017-04-06
Ms writer: wider indents for lists.
John MacFarlane
1
-5
/
+6
2017-04-05
Ms writer: respect text wrapping options.
John MacFarlane
1
-1
/
+6
2017-04-04
Ms writer improvements:
John MacFarlane
1
-4
/
+3
2017-04-04
Ms writer: ensure that @ is escaped in URIs.
John MacFarlane
1
-1
/
+5
2017-04-04
Add original classes to JS obfuscated links (#3554)
Timm Albers
1
-1
/
+4
2017-04-03
Add class to footnote back references
Timm Albers
1
-1
/
+1
2017-04-03
Include \VerbatimFootnotes for highlighted code blocks
Timm Albers
1
-2
/
+5
2017-04-01
Ms writer: added syntax highlighting.
John MacFarlane
1
-5
/
+84
2017-04-01
OpenDocument writer: wider labels for lists.
John MacFarlane
1
-2
/
+2
2017-03-31
JATS writer: put references in `<back>`.
John MacFarlane
1
-3
/
+10
2017-03-30
Fix compiler warning.
John MacFarlane
1
-1
/
+1
2017-03-30
Allow dynamic loading of syntax definitions.
John MacFarlane
3
-26
/
+30
2017-03-30
ZimWiki writer: put in PandocMonad, added warnings for raw.
John MacFarlane
1
-17
/
+32
2017-03-30
Textile writer: moved into PandocMonad.
John MacFarlane
1
-31
/
+48
2017-03-30
Org writer: move everything into PandocMonad.
John MacFarlane
1
-23
/
+35
2017-03-30
JATS writer: use both tex and mml alternatives for math when possible.
John MacFarlane
1
-5
/
+7
2017-03-30
JATS writer: Fixed bibliography handling.
John MacFarlane
1
-5
/
+6
2017-03-30
Merge branch 'jats'
John MacFarlane
1
-0
/
+429
2017-03-30
Added JATS writer.
John MacFarlane
1
-0
/
+429
2017-03-28
Custom writer: remove old preprocesesor conditionals
Albert Krewinkel
1
-36
/
+0
2017-03-26
MediaWiki writer: don't softbreak lines inside list items.
John MacFarlane
1
-1
/
+4
2017-03-26
Ms writer: update TODO comments.
John MacFarlane
1
-3
/
+0
2017-03-26
Ms writer: Hyperlink table of contents and other improvements.
John MacFarlane
1
-9
/
+21
2017-03-26
Ms writer: Add PDF outline bookmarks.
John MacFarlane
1
-0
/
+3
2017-03-26
Ms writer: Use @ instead of | for inline math delimiter.
John MacFarlane
1
-3
/
+3
2017-03-26
Ms writre: Added some escapes.
John MacFarlane
1
-2
/
+4
2017-03-26
Removed unused imports.
John MacFarlane
1
-3
/
+3
2017-03-26
Ms writer: Support external links.
John MacFarlane
1
-21
/
+7
2017-03-26
Ms writer: better placement of header anchors.
John MacFarlane
1
-9
/
+5
2017-03-26
Ms writer: more spacing fixes for internal links.
John MacFarlane
1
-4
/
+9
2017-03-26
Ms writer: improved internal links.
John MacFarlane
1
-2
/
+3
2017-03-25
Ms writer: added TODO comment.
John MacFarlane
1
-0
/
+3
2017-03-25
Ms writer: Implement header identifiers and internal links.
John MacFarlane
1
-9
/
+27
2017-03-25
Ms writer: revise TODO comments.
John MacFarlane
1
-16
/
+0
2017-03-25
Ms writer: use light gray for strikeout.
John MacFarlane
1
-1
/
+3
2017-03-25
Ms writer: improved pdf metadata.
John MacFarlane
1
-0
/
+4
2017-03-25
Ms. writer: links: use footnote only for absolute URIs.
John MacFarlane
1
-1
/
+3
2017-03-25
Ms writer: Got figures with ps and eps images working.
John MacFarlane
1
-5
/
+23
[next]