Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > ca0c5a2a662e03e16e95c323e6e84693 > files > 131

ghc-pandoc-devel-1.6.0.1-5.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pandoc-1.6.0.1: Conversion between markup formats</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">pandoc-1.6.0.1: Conversion between markup formats</p></div><div id="content"><div id="description" class="doc"><h1>pandoc-1.6.0.1: Conversion between markup formats</h1><p>Pandoc is a Haskell library for converting from one markup
format to another, and a command-line tool that uses
this library. It can read markdown and (subsets of)
reStructuredText, HTML, and LaTeX, and it can write
markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook,
OpenDocument, ODT, RTF, MediaWiki, groff man pages, EPUB,
and S5 and Slidy HTML slide shows.
</p><p>Pandoc extends standard markdown syntax with footnotes,
embedded LaTeX, definition lists, tables, and other
features. A compatibility mode is provided for those
who need a drop-in replacement for Markdown.pl.
</p><p>In contrast to existing tools for converting markdown
to HTML, which use regex substitutions, pandoc has
a modular design: it consists of a set of readers,
which parse text in a given format and produce a native
representation of the document, and a set of writers,
which convert this native representation into a target
format. Thus, adding an input or output format requires
only adding a reader or writer.
</p></div><div id="module-list"><p class="caption">Modules</p><ul><li><span id="control.n.1" class="module collapser" onclick="toggleSection('n.1')">Text</span><ul id="section.n.1" class="show"><li><span class="module"><span id="control.n.1.1" class="collapser" onclick="toggleSection('n.1.1')">&nbsp;</span><a href="Text-Pandoc.html">Text.Pandoc</a></span><ul id="section.n.1.1" class="show"><li><span class="module"><a href="Text-Pandoc-Blocks.html">Text.Pandoc.Blocks</a></span></li><li><span class="module"><a href="Text-Pandoc-CharacterReferences.html">Text.Pandoc.CharacterReferences</a></span></li><li><span class="module"><a href="Text-Pandoc-Definition.html">Text.Pandoc.Definition</a></span></li><li><span class="module"><a href="Text-Pandoc-Highlighting.html">Text.Pandoc.Highlighting</a></span></li><li><span class="module"><a href="Text-Pandoc-Parsing.html">Text.Pandoc.Parsing</a></span></li><li><span id="control.n.1.1.6" class="module collapser" onclick="toggleSection('n.1.1.6')">Readers</span><ul id="section.n.1.1.6" class="show"><li><span class="module"><a href="Text-Pandoc-Readers-HTML.html">Text.Pandoc.Readers.HTML</a></span></li><li><span class="module"><a href="Text-Pandoc-Readers-LaTeX.html">Text.Pandoc.Readers.LaTeX</a></span></li><li><span class="module"><a href="Text-Pandoc-Readers-Markdown.html">Text.Pandoc.Readers.Markdown</a></span></li><li><span class="module"><a href="Text-Pandoc-Readers-RST.html">Text.Pandoc.Readers.RST</a></span></li><li><span class="module"><a href="Text-Pandoc-Readers-TeXMath.html">Text.Pandoc.Readers.TeXMath</a></span></li></ul></li><li><span class="module"><a href="Text-Pandoc-S5.html">Text.Pandoc.S5</a></span></li><li><span class="module"><a href="Text-Pandoc-Shared.html">Text.Pandoc.Shared</a></span></li><li><span class="module"><a href="Text-Pandoc-Templates.html">Text.Pandoc.Templates</a></span></li><li><span id="control.n.1.1.10" class="module collapser" onclick="toggleSection('n.1.1.10')">Writers</span><ul id="section.n.1.1.10" class="show"><li><span class="module"><a href="Text-Pandoc-Writers-ConTeXt.html">Text.Pandoc.Writers.ConTeXt</a></span></li><li><span class="module"><a href="Text-Pandoc-Writers-Docbook.html">Text.Pandoc.Writers.Docbook</a></span></li><li><span class="module"><a href="Text-Pandoc-Writers-EPUB.html">Text.Pandoc.Writers.EPUB</a></span></li><li><span class="module"><a href="Text-Pandoc-Writers-HTML.html">Text.Pandoc.Writers.HTML</a></span></li><li><span class="module"><a href="Text-Pandoc-Writers-LaTeX.html">Text.Pandoc.Writers.LaTeX</a></span></li><li><span class="module"><a href="Text-Pandoc-Writers-Man.html">Text.Pandoc.Writers.Man</a></span></li><li><span class="module"><a href="Text-Pandoc-Writers-Markdown.html">Text.Pandoc.Writers.Markdown</a></span></li><li><span class="module"><a href="Text-Pandoc-Writers-MediaWiki.html">Text.Pandoc.Writers.MediaWiki</a></span></li><li><span class="module"><a href="Text-Pandoc-Writers-Native.html">Text.Pandoc.Writers.Native</a></span></li><li><span class="module"><a href="Text-Pandoc-Writers-ODT.html">Text.Pandoc.Writers.ODT</a></span></li><li><span class="module"><a href="Text-Pandoc-Writers-OpenDocument.html">Text.Pandoc.Writers.OpenDocument</a></span></li><li><span class="module"><a href="Text-Pandoc-Writers-RST.html">Text.Pandoc.Writers.RST</a></span></li><li><span class="module"><a href="Text-Pandoc-Writers-RTF.html">Text.Pandoc.Writers.RTF</a></span></li><li><span class="module"><a href="Text-Pandoc-Writers-Texinfo.html">Text.Pandoc.Writers.Texinfo</a></span></li></ul></li></ul></li></ul></li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.9.2</p></div></body></html>