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
2018-10-26
Rename Groff -> Roff.
John MacFarlane
3
-5
/
+5
2018-10-26
Text.Pandoc.Lua: move globals handling to separate module
Albert Krewinkel
1
-30
/
+8
2018-10-26
Man writer: don't wrap .SH and .SS lines.
John MacFarlane
1
-1
/
+1
2018-10-25
Muse writer: add support for grid tables
Alexander Krotov
1
-23
/
+35
2018-10-24
Ms writer - removed old escapeBar.
John MacFarlane
1
-8
/
+2
2018-10-24
Rename manEscapes -> standardEscapes
John MacFarlane
1
-2
/
+2
2018-10-23
Groff writer character escaping changes.
John MacFarlane
3
-46
/
+56
2018-10-23
Fix Muse writer style
Alexander Krotov
1
-42
/
+42
2018-10-23
Muse writer: use length instead of realLength to calculate definition indenta...
Alexander Krotov
1
-1
/
+2
2018-10-22
Groff writers escaping changes.
John MacFarlane
1
-22
/
+24
2018-10-22
T.P.Writers.Groff - don't export escapeChar.
John MacFarlane
2
-2
/
+1
2018-10-23
Muse writer: do not insert newline before lists
Alexander Krotov
1
-3
/
+3
2018-10-23
Muse writer: code cleanup
Alexander Krotov
1
-4
/
+2
2018-10-22
Reduce code duplication in Muse writer
Alexander Krotov
1
-34
/
+18
2018-10-22
hlint Muse writer
Alexander Krotov
1
-5
/
+3
2018-10-21
Muse writer: use lightweight markup after </em> tag
Alexander Krotov
1
-0
/
+1
2018-10-20
Powerpoint: Support raw openxml in pptx writer.
Jesse Rosenthal
2
-12
/
+25
2018-10-19
Man writer: avoid unnecessary `.RS`/`.RE` pair in defn lists.
John MacFarlane
1
-1
/
+3
2018-10-18
Remove unneeded import.
John MacFarlane
1
-1
/
+0
2018-10-18
Groff escaping changes.
John MacFarlane
3
-48
/
+54
2018-10-18
Add Text.Pandoc.GroffChar.
John MacFarlane
1
-20
/
+2
2018-10-17
man/ms writers: use `\[at]` for escaped `@`.
John MacFarlane
1
-1
/
+1
2018-10-17
Move common groff functions to Text.Pandoc.Writers.Groff
John MacFarlane
4
-151
/
+155
2018-10-17
Man writer: use \f[R] instead of \f[] to reset font
Alexander Krotov
1
-2
/
+2
2018-10-14
Markdown writer: ensure blank between raw block and normal content.
John MacFarlane
1
-0
/
+7
2018-10-14
Custom writer: provide PANDOC_DOCUMENT instead of Setup function
Albert Krewinkel
1
-18
/
+26
2018-10-13
Custom writer: give full access to doc in optional Setup function (#4967)
Albert Krewinkel
1
-1
/
+16
2018-10-09
Docx writer: added framework for custom properties.
John MacFarlane
1
-1
/
+20
2018-10-09
hlint Muse writer
Alexander Krotov
1
-4
/
+4
2018-10-08
LaTeX writer with `--listings`: don't pass through org-babel attributes.
John MacFarlane
1
-1
/
+4
2018-10-08
LaTeX writer: with `--biblatex`, use `\autocite` when possible.
John MacFarlane
1
-13
/
+21
2018-10-08
ODT writer: improve metadata.
John MacFarlane
1
-7
/
+26
2018-10-07
Docx writer: handle tables in table cells.
John MacFarlane
1
-2
/
+7
2018-10-07
Revert export of hasSimpleCells from T.P.Writers.Shared.
John MacFarlane
1
-18
/
+0
2018-10-06
RST writer: use simple tables when possible.
John MacFarlane
2
-4
/
+52
2018-10-05
CommonMark writer: add plain text fallbacks. (#4531)
quasicomputational
3
-39
/
+73
2018-10-05
OpenDocument writer: Implement table caption numbering (#4949)
Nils Carlson
1
-36
/
+53
2018-10-04
KaTeX: don't use autorenderer.
John MacFarlane
2
-6
/
+6
2018-10-04
Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)
Mauro Bieg
5
-57
/
+67
2018-10-03
OpenDocument writer: make 'Figure' term sensitive to `lang` in metadata.
John MacFarlane
1
-9
/
+16
2018-10-03
Text.Pandoc.Writers.Shared: added `metaValueToString`.
John MacFarlane
1
-0
/
+9
2018-10-03
OpenDocument writer: Implement figure numbering in captions (#4944)
Nils Carlson
1
-1
/
+13
2018-10-02
Removed Text.Pandoc.Groff.
John MacFarlane
3
-2
/
+11
2018-10-02
OpenDocument writer: improve bullet/numbering alignment.
John MacFarlane
1
-4
/
+12
2018-10-01
Shared: new export `splitSentences` [API change].
John MacFarlane
2
-52
/
+0
2018-10-01
Lua filters: report traceback when an error occurs
Albert Krewinkel
1
-2
/
+2
2018-09-30
Implement `--ascii` (`writerPreferAscii`) in writers, not App.
John MacFarlane
8
-54
/
+132
2018-09-29
LaTeX writer: Fix description lists contining highlighted code.
John MacFarlane
1
-2
/
+4
2018-09-27
HTML writer: avoid adding extra section nestings for revealjs.
John MacFarlane
1
-1
/
+1
2018-09-27
JATS writer: remove 'role' attribute on 'bold' and 'sc' elements.
John MacFarlane
1
-3
/
+2
[next]