From 16ce915aac7add2650aa539a3f1428da358ee337 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 5 Jun 2018 00:44:23 -0400 Subject: fix export.py error, add example output --- example-output/pandoc.wiki | 79 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 example-output/pandoc.wiki (limited to 'example-output/pandoc.wiki') diff --git a/example-output/pandoc.wiki b/example-output/pandoc.wiki new file mode 100644 index 0000000..de172e1 --- /dev/null +++ b/example-output/pandoc.wiki @@ -0,0 +1,79 @@ +{{Entry +|Name=Pandoc +|Short description=general markup converter +|Full description=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 several dialects of Markdown and (subsets of) HTML, +reStructuredText, LaTeX, DocBook, MediaWiki markup, TWiki markup, +Haddock markup, OPML, Emacs Org-mode, txt2tags, Word Docx, ODT, +and Textile, and it can write Markdown, reStructuredText, XHTML, +HTML 5, LaTeX (including rendering as plain PDF or beamer slide +shows), ConTeXt, DocBook, OPML, TEI, OpenDocument, ODT, Word +docx, RTF, MediaWiki, DokuWiki, ZimWiki, Textile, groff man +pages, GNU Texinfo, plain text, Emacs Org-Mode, AsciiDoc, Haddock +markup, EPUB (v2 and v3), FictionBook2, InDesign ICML, and +several kinds of HTML/javascript slide shows (S5, Slidy, +Slideous, DZSlides, reveal.js). + +In contrast to most existing tools for converting Markdown to +HTML, 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. + +This package contains the pandoc tool. + +PDF output via PDFLaTeX requires the package texlive-latex- +recommended. * XeLaTeX additionally requires texlive-xetex * +LuaTeX additionally requires texlive-luatex * content with YAML +metadata additionally requires texlive-latex-extra. + +PDF output via wkhtmltopdf requires the package wkhtmltopdf. +|Homepage URL=http://pandoc.org/ +|User level= +|Component programs= +|VCS checkout command= +|Computer languages=Haskell +|Status= +|Is GNU=No +|Version identifier=1.17.2~dfsg-3 +|Version download=http://ftp.debian.org/debian/pool/main/p/pandoc/pandoc_1.17.2~dfsg.orig.tar.gz +|Submitted by=Debian import +|Submitted date=2018-06-04 +}} +{{Import +|Source=Debian +|Source link=http://packages.debian.org/sid/pandoc +|Source packages=pandoc 1.17.2~dfsg-3 +|Date=2018-06-04 +}} +{{Project license +|License=GPLv2orlater +|License copyright=Copyright 2006-2016, John MacFarlane Copyright 2005, Peter Jipsen Copyright 2008-2015, Andrea Rossato Copyright 2008-2015, Peter WangCopyright 2010-2015, Paul Rivier Copyright 2010-2015, Puneeth Chaganti Copyright 2011-2012, Sergey AstaninCopyright 2013, David Lazar Copyright 2013, github.com/mb21Copyright 2014-2016, Albert Krewinkel Copyright 2014, Alexander Sulfrian Copyright 2014, Jesse Rosenthal Copyright 2014, Matthew Pickering Copyright 2015, Martin Linnemann +|License verified by=Debian: Clint Adams +|License verified date=2016-11-11 +|License note=License: gpl-2+ +}} +{{Project license +|License=PublicDomain +|License copyright=Copyright none (public domain) +|License verified by=Debian: Clint Adams +|License verified date=2016-11-11 +|License note=License: public-domain + +public-domain This art is in the public domain. Kevin Hughes, +kevinh@eit.com, September 1995 +}} +{{Person +|Real name=https://github.com/jgm/pandoc/issues +|Role=contact +|Email= +}} +{{Resource +|Resource kind=Download +|Resource URL=https://hackage.haskell.org/package/pandoc/ + git://github.com/jgm/pandoc.git + Repackaged, excluding non-DFSG files +}} -- cgit v1.2.3