Updated README and pandoc.cabal with icml writer.
This commit is contained in:
parent
ae86e24ff6
commit
64a571775d
2 changed files with 20 additions and 19 deletions
35
README
35
README
|
@ -19,9 +19,9 @@ and [DocBook]; and it can write plain text, [markdown],
|
||||||
shows), [ConTeXt], [RTF], [OPML], [DocBook], [OpenDocument], [ODT],
|
shows), [ConTeXt], [RTF], [OPML], [DocBook], [OpenDocument], [ODT],
|
||||||
[Word docx], [GNU Texinfo], [MediaWiki markup], [EPUB] (v2 or v3),
|
[Word docx], [GNU Texinfo], [MediaWiki markup], [EPUB] (v2 or v3),
|
||||||
[FictionBook2], [Textile], [groff man] pages, [Emacs Org-Mode],
|
[FictionBook2], [Textile], [groff man] pages, [Emacs Org-Mode],
|
||||||
[AsciiDoc], and [Slidy], [Slideous], [DZSlides], [reveal.js] or [S5]
|
[AsciiDoc], [InDesign ICML], and [Slidy], [Slideous], [DZSlides],
|
||||||
HTML slide shows. It can also produce [PDF] output on systems where
|
[reveal.js] or [S5] HTML slide shows. It can also produce [PDF] output
|
||||||
LaTeX is installed.
|
on systems where LaTeX is installed.
|
||||||
|
|
||||||
Pandoc's enhanced version of markdown includes syntax for footnotes,
|
Pandoc's enhanced version of markdown includes syntax for footnotes,
|
||||||
tables, flexible ordered lists, definition lists, fenced code blocks,
|
tables, flexible ordered lists, definition lists, fenced code blocks,
|
||||||
|
@ -171,20 +171,20 @@ General options
|
||||||
`opml` (OPML), `docbook` (DocBook), `opendocument` (OpenDocument), `odt`
|
`opml` (OPML), `docbook` (DocBook), `opendocument` (OpenDocument), `odt`
|
||||||
(OpenOffice text document), `docx` (Word docx),
|
(OpenOffice text document), `docx` (Word docx),
|
||||||
`rtf` (rich text format), `epub` (EPUB v2 book), `epub3`
|
`rtf` (rich text format), `epub` (EPUB v2 book), `epub3`
|
||||||
(EPUB v3), `fb2` (FictionBook2 e-book), `asciidoc` (AsciiDoc), `slidy`
|
(EPUB v3), `fb2` (FictionBook2 e-book), `asciidoc` (AsciiDoc),
|
||||||
(Slidy HTML and javascript slide show), `slideous` (Slideous HTML and
|
`icml` (InDesign ICML), `slidy` (Slidy HTML and javascript slide show),
|
||||||
javascript slide show), `dzslides` (DZSlides HTML5 + javascript slide
|
`slideous` (Slideous HTML and javascript slide show), `dzslides`
|
||||||
show), `revealjs` (reveal.js HTML5 + javascript slide show), `s5`
|
(DZSlides HTML5 + javascript slide show), `revealjs` (reveal.js
|
||||||
(S5 HTML and javascript slide show), or the path of a custom
|
HTML5 + javascript slide show), `s5` (S5 HTML and javascript slide show),
|
||||||
lua writer (see [Custom writers](#custom-writers), below). Note that
|
or the path of a custom lua writer (see [Custom writers](#custom-writers),
|
||||||
`odt`, `epub`, and `epub3` output will not be directed to *stdout*; an
|
below). Note that `odt`, `epub`, and `epub3` output will not be directed
|
||||||
output filename must be specified using the `-o/--output` option. If
|
to *stdout*; an output filename must be specified using the `-o/--output`
|
||||||
`+lhs` is appended to `markdown`, `rst`, `latex`, `beamer`, `html`, or
|
option. If `+lhs` is appended to `markdown`, `rst`, `latex`, `beamer`,
|
||||||
`html5`, the output will be rendered as literate Haskell source: see
|
`html`, or `html5`, the output will be rendered as literate Haskell
|
||||||
[Literate Haskell support](#literate-haskell-support), below. Markdown
|
source: see [Literate Haskell support](#literate-haskell-support), below.
|
||||||
syntax extensions can be individually enabled or disabled by appending
|
Markdown syntax extensions can be individually enabled or disabled by
|
||||||
`+EXTENSION` or `-EXTENSION` to the format name, as described above
|
appending `+EXTENSION` or `-EXTENSION` to the format name, as described
|
||||||
under `-f`.
|
above under `-f`.
|
||||||
|
|
||||||
`-o` *FILE*, `--output=`*FILE*
|
`-o` *FILE*, `--output=`*FILE*
|
||||||
: Write output to *FILE* instead of *stdout*. If *FILE* is
|
: Write output to *FILE* instead of *stdout*. If *FILE* is
|
||||||
|
@ -2984,3 +2984,4 @@ Jamie F. Olson.
|
||||||
[lua]: http://www.lua.org
|
[lua]: http://www.lua.org
|
||||||
[marc relators]: http://www.loc.gov/marc/relators/relaterm.html
|
[marc relators]: http://www.loc.gov/marc/relators/relaterm.html
|
||||||
[RFC5646]: http://tools.ietf.org/html/rfc5646
|
[RFC5646]: http://tools.ietf.org/html/rfc5646
|
||||||
|
[InDesign ICML]: https://www.adobe.com/content/dam/Adobe/en/devnet/indesign/cs55-docs/IDML/idml-specification.pdf
|
||||||
|
|
|
@ -21,8 +21,8 @@ Description: Pandoc is a Haskell library for converting from one markup
|
||||||
markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, OPML,
|
markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, OPML,
|
||||||
OpenDocument, ODT, Word docx, RTF, MediaWiki, Textile,
|
OpenDocument, ODT, Word docx, RTF, MediaWiki, Textile,
|
||||||
groff man pages, plain text, Emacs Org-Mode, AsciiDoc,
|
groff man pages, plain text, Emacs Org-Mode, AsciiDoc,
|
||||||
EPUB (v2 and v3), FictionBook2, and several kinds of
|
EPUB (v2 and v3), FictionBook2, InDesign ICML, and several kinds
|
||||||
HTML/javascript slide shows (S5, Slidy, Slideous, DZSlides,
|
of HTML/javascript slide shows (S5, Slidy, Slideous, DZSlides,
|
||||||
reveal.js).
|
reveal.js).
|
||||||
.
|
.
|
||||||
Pandoc extends standard markdown syntax with footnotes,
|
Pandoc extends standard markdown syntax with footnotes,
|
||||||
|
|
Loading…
Reference in a new issue