Lines Matching refs:markdown
12 Generally, you may simply call the ``markdown`` file from the command
14 ``easy_install``), then the ``markdown`` script will have been copied to
25 Calling ``markdown`` from th ecommand line will call the wrapper batch file
26 ``markdown.bat`` in the "Scripts" directory created during install.
34 and see if it works. Just run ``markdown`` from the command line.
40 * If you are sure ``markdown`` is on your path, but it still isn't being
45 markdown text files will not likely be in that directory, so it is much more
46 convenient to have ``markdown`` on your path.
51 To use ``markdown`` from the command line, run it as
53 $ markdown input_file.txt
57 $ markdown input_file.txt > output_file.html
65 $ markdown --help
66 Usage: markdown INPUTFILE [options]
93 $ markdown -x footnotes text_with_footnotes.txt > output.html
97 $ markdown -x "footnotes(PLACE_MARKER=~~~~~~~~)" input.txt