aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-02-19 02:03:40 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-02-19 02:03:40 +0000
commit8138fc48aef34ebb8b383d2fc766a617a101bbd3 (patch)
tree9b500fc3044cfca6bb6493234b492db324ac54ce /web
parent7d3382e9f020f05afc76bd1afcee4af4914c51fe (diff)
downloadpandoc-8138fc48aef34ebb8b383d2fc766a617a101bbd3.tar.gz
Change extensions of example text files in website demo to
'.text' -- the only reason for this is that I use '.txt' for page source files, and generally exclude them from being uploaded to the website. git-svn-id: https://pandoc.googlecode.com/svn/trunk@542 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r--web/demos6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/demos b/web/demos
index 899944eb6..72455844b 100644
--- a/web/demos
+++ b/web/demos
@@ -21,11 +21,11 @@ click on the name of the output file:
5. From LaTeX to markdown:
-@ pandoc -s example4.tex -o example5.txt
+@ pandoc -s example4.tex -o example5.text
6. reStructuredText:
-@ pandoc -s -w rst README -o example6.txt
+@ pandoc -s -w rst README -o example6.text
7. Rich text format (RTF):
@@ -49,7 +49,7 @@ click on the name of the output file:
12. Converting a web page to markdown:
-@ html2markdown http://www.gnu.org/software/make/ -o example12.txt
+@ html2markdown http://www.gnu.org/software/make/ -o example12.text
13. From markdown to PDF: