summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-06 16:30:32 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-06 16:30:32 +0000
commitf8ce411ea10af91ee1e4e99fd4bd13ebdeeb49c6 (patch)
tree543c0d80b7a17b7d69263550d35de31e3e8df78e
parent242ee99e8d2a419f15c1bc13d504e45a7a070654 (diff)
README: Documented the fact that if pandoc is called
as 'hsmarkdown', it runs in strict markdown compatibility mode. This can be achieved using a symbolic link. git-svn-id: https://pandoc.googlecode.com/svn/trunk@627 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 2bc0fa1c8..0b934b2ca 100644
--- a/README
+++ b/README
@@ -211,6 +211,14 @@ may be used in Windows under Cygwin.)
options are allowed. (In fact, options will be interpreted as
filenames.)
+ As an alternative to using the `hsmarkdown` shell script, the
+ user may create a symbolic link to `pandoc` called `hsmarkdown`.
+ When invoked under the name `hsmarkdown`, `pandoc` will behave
+ as if the `--strict` flag had been selected, and no command-line
+ options will be recognized. However, this approach does not work
+ under Cygwin, due to problems with its simulation of symbolic
+ links.
+
Command-line options
====================