Update cabal description to include powerpoint.
This commit is contained in:
parent
166561cc8d
commit
7f56d08443
1 changed files with 4 additions and 3 deletions
|
@ -25,8 +25,9 @@ description: Pandoc is a Haskell library for converting from one markup
|
||||||
RTF, MediaWiki, DokuWiki, ZimWiki, Textile, groff man,
|
RTF, MediaWiki, DokuWiki, ZimWiki, Textile, groff man,
|
||||||
groff ms, plain text, Emacs Org-Mode, AsciiDoc,
|
groff ms, plain text, Emacs Org-Mode, AsciiDoc,
|
||||||
Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign
|
Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign
|
||||||
ICML, Muse, and several kinds of HTML/JavaScript slide
|
ICML, Muse, LaTeX beamer slides, PowerPoint, and several
|
||||||
shows (S5, Slidy, Slideous, DZSlides, reveal.js).
|
kinds of HTML/JavaScript slide shows (S5, Slidy, Slideous,
|
||||||
|
DZSlides, reveal.js).
|
||||||
.
|
.
|
||||||
In contrast to most existing tools for converting Markdown
|
In contrast to most existing tools for converting Markdown
|
||||||
to HTML, pandoc has a modular design: it consists of a set of
|
to HTML, pandoc has a modular design: it consists of a set of
|
||||||
|
@ -480,7 +481,7 @@ library
|
||||||
Text.Pandoc.Writers.Muse,
|
Text.Pandoc.Writers.Muse,
|
||||||
Text.Pandoc.Writers.Math,
|
Text.Pandoc.Writers.Math,
|
||||||
Text.Pandoc.Writers.Shared,
|
Text.Pandoc.Writers.Shared,
|
||||||
Text.Pandoc.Writers.OOXML,
|
Text.Pandoc.Writers.OOXML,
|
||||||
Text.Pandoc.Lua,
|
Text.Pandoc.Lua,
|
||||||
Text.Pandoc.PDF,
|
Text.Pandoc.PDF,
|
||||||
Text.Pandoc.UTF8,
|
Text.Pandoc.UTF8,
|
||||||
|
|
Loading…
Reference in a new issue