From cd08eabd269a99c23aefb0fc71b00ec878b2af1a Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 3 Jul 2007 04:11:57 +0000 Subject: Changes to website: - Added groff man to list of output formats in index.txt - Added a demo of man page creation to demos page git-svn-id: https://pandoc.googlecode.com/svn/trunk@617 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/demos | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'web/demos') diff --git a/web/demos b/web/demos index 72455844b..a55a08da2 100644 --- a/web/demos +++ b/web/demos @@ -47,15 +47,19 @@ click on the name of the output file: @ docbook2odf --input-file example9.db --output-file example11.odf -12. Converting a web page to markdown: +12. Man page: + +@ pandoc -s -w man pandoc.1.md -o pandoc.1 + +13. Converting a web page to markdown: @ html2markdown http://www.gnu.org/software/make/ -o example12.text -13. From markdown to PDF: +14. From markdown to PDF: @ markdown2pdf README -o example13.pdf -14. PDF with numbered sections and a custom LaTeX header: +15. PDF with numbered sections and a custom LaTeX header: @ markdown2pdf -N -C myheader.tex README -o example14.pdf -- cgit v1.2.3