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-03-24
Ms writer: Use indented paragraphs after first in section.
John MacFarlane
1
-11
/
+37
2017-03-24
Ensure compatibility with hslua 0.5.*
Albert Krewinkel
1
-1
/
+2
2017-03-24
Ms writer: support --toc, date, abstract.
John MacFarlane
1
-21
/
+11
2017-03-24
Markdown writer: don't emit a simple table if `simple_tables` disabled.
John MacFarlane
1
-9
/
+9
2017-03-24
Ms writer: changed some names and comments, man -> ms.
John MacFarlane
1
-10
/
+10
2017-03-24
Ms writer: fixed rawblock/inline to accept "ms" format.
John MacFarlane
1
-4
/
+4
2017-03-24
Recognize .roff extension as ms format.
John MacFarlane
1
-0
/
+9
2017-03-24
Ms writer: Use custom .HRULE macro for horizontal rule.
John MacFarlane
1
-1
/
+2
2017-03-24
Ms writer: warning for non-rendered raw content.
John MacFarlane
1
-6
/
+10
2017-03-23
Allow creation of pdf via groff ms and pdfroff.
John MacFarlane
1
-20
/
+3
2017-03-23
Ms writer: improved definition lists.
John MacFarlane
1
-1
/
+3
2017-03-23
Ms writer: use .IP for more standard definition lists.
John MacFarlane
1
-2
/
+1
2017-03-23
Pipe tables: impose minimum cell size.
John MacFarlane
1
-5
/
+7
2017-03-23
Grid tables: remove unnecessary extra space in cells.
John MacFarlane
1
-1
/
+1
2017-03-23
Ms writer: fixed hard line breaks.
John MacFarlane
1
-2
/
+1
2017-03-23
Writers.Shared.gridTable: defensive coding around 'maximum'.
John MacFarlane
1
-1
/
+2
2017-03-23
MS writer: updated TODO comment.
John MacFarlane
1
-1
/
+0
2017-03-23
Ms writer: Super/subscript support.
John MacFarlane
1
-2
/
+2
2017-03-23
Ms writer: support for fake smallcaps.
John MacFarlane
1
-28
/
+52
2017-03-23
Ms. writer: don't render links in footnotes as footnotes.
John MacFarlane
1
-5
/
+15
2017-03-23
Ms writer: Improved footnotes.
John MacFarlane
1
-2
/
+7
2017-03-23
Ms writer: fixed strong/emph combination.
John MacFarlane
1
-13
/
+54
2017-03-23
Initial addition of groff ms writer.
John MacFarlane
1
-0
/
+426
2017-03-21
Plain writer: use _(..) or ^(..) for super/subscript...
John MacFarlane
1
-24
/
+31
2017-03-21
Improve rendering of superscript in plain output.
John MacFarlane
1
-13
/
+29
2017-03-21
RST writer: improve grid table output, fix bug with empty rows.
John MacFarlane
2
-49
/
+40
2017-03-21
Reuse Writers.Shared.gridTable in Haddock writer.
John MacFarlane
1
-31
/
+3
2017-03-21
Moved more gridTable calculations to Writers.Shared.
John MacFarlane
2
-29
/
+33
2017-03-21
Moved gridTable from Markdown writer to Writers.Shared.
John MacFarlane
3
-43
/
+43
2017-03-20
docx writer: lang meta, see #1667 (#3515)
Mauro Bieg
1
-1
/
+24
2017-03-16
LaTeX/Beamer writer: allow hyperlinks to frames.
John MacFarlane
1
-4
/
+13
2017-03-15
OpenDocument writer: use more widely available bullet characters.
John MacFarlane
1
-1
/
+1
2017-03-13
Removed unused symbol.
John MacFarlane
1
-1
/
+0
2017-03-13
RST writer: convert to PandocMonad, report on unrendered raw items.
John MacFarlane
1
-31
/
+39
2017-03-13
Highlighting: highlighting now returns an Either rather than Maybe.
John MacFarlane
3
-15
/
+29
2017-03-13
Put TEI writer inside PandocMonad. Added warnings for omitted raw elements.
John MacFarlane
1
-118
/
+135
2017-03-12
Converted DokuWiki writer to use PandocMonad.
John MacFarlane
1
-25
/
+34
2017-03-12
MediaWiki writer: use PandocMonad.
John MacFarlane
1
-23
/
+29
2017-03-11
Markdown writer: fixed bugs in simple/multiline list output.
John MacFarlane
1
-10
/
+9
2017-03-10
ConTeXt writer: converted to use PandocMonad.
John MacFarlane
1
-19
/
+28
2017-03-10
Removed normalizeSpaces from Text.Pandoc.Shared.
John MacFarlane
1
-3
/
+3
2017-03-10
Add Muse writer (#3489)
Alexander Krotov
1
-0
/
+336
2017-03-09
HTML writer: info message if 'lang' is unspecified.
John MacFarlane
1
-1
/
+4
2017-03-09
HTML writer: fallback to basename rather than Untitled.
John MacFarlane
1
-4
/
+5
2017-03-08
Remove space at beginning/end of RST code span.
John MacFarlane
1
-1
/
+4
2017-03-08
Markdown writer: Avoid spurious blanklines at end of document...
John MacFarlane
1
-1
/
+1
2017-03-08
Markdown writer: ensure space before list at top level.
John MacFarlane
1
-22
/
+31
2017-03-08
Markdown writer: escape unordered list markers at beginning of paragraph
John MacFarlane
1
-12
/
+20
2017-03-06
Markdown writer: better handling of tables with empty columns.
John MacFarlane
1
-12
/
+22
2017-03-06
Markdown writer: Fixed false ordered lists in YAML metadata.
John MacFarlane
1
-1
/
+1
[prev]
[next]