HomeSort by relevance Sort by last modified time
    Searched refs:Markdown (Results 1 - 8 of 8) sorted by null

  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 125 This was an error in Markdown 1.0.1:
  /external/markdown/MarkdownTest/
MarkdownTest.pl 4 # MarkdownTester -- Run tests for Markdown implementations
7 # <http://daringfireball.net/projects/markdown/>
20 my $script = "./Markdown.pl";
122 Specify the path to the Markdown script to test. Defaults to
123 "./Markdown.pl". Example:
125 ./MarkdownTest.pl --script ./PHP-Markdown/php-markdown
  /external/markdown/markdown/extensions/
headerid.py 4 HeaderID Extension for Python-Markdown
11 >>> import markdown
13 >>> md = markdown.markdown(text, ['headerid'])
23 >>> md = markdown.markdown(text, ['headerid'])
32 >>> md = markdown.markdown(text, ['headerid(level=3)'])
41 >>> md = markdown.markdown(text, ['headerid(forceid=False)']
    [all...]
  /external/markdown/
regression-tests.py 3 Python-Markdown Regression Tests
6 Tests of the various APIs with the python markdown lib.
13 import markdown
16 """ Tests basics of the Markdown class. """
19 """ Create instance of Markdown. """
20 self.md = markdown.Markdown()
39 self.parser = markdown.Markdown().parser
43 root = markdown.etree.Element("div"
    [all...]
test-markdown.py 9 logging.getLogger('MARKDOWN').addHandler(logging.StreamHandler())
10 import markdown
190 self.md = markdown.Markdown(extensions=extensions, safe_mode = safe_mode, output_format=output_format)
317 tester.test_directory("tests/markdown-test", measure_time=True)
  /external/markdown/markdown/
__init__.py 2 Python Markdown
5 Python Markdown converts Markdown to HTML and can be used as a library or
10 import markdown
11 md = Markdown()
16 markdown source.txt > destination.html
18 Run "markdown --help" to see more options.
22 See <http://www.freewisdom.org/projects/python-markdown/> for more
24 Python Markdown. Read that before you try modifying this file.
32 Contact: markdown@freewisdom.or
568 def markdown(text, function
    [all...]
  /external/nanohttpd/
README.md 132 * Runtime extension support (extensions that serve particular MIME types) - example extension that serves Markdown formatted files. Simply including an extension JAR in the webserver classpath is enough for the extension to be loaded.
  /external/nanohttpd/src/site/markdown/
index.md 132 * Runtime extension support (extensions that serve particular MIME types) - example extension that serves Markdown formatted files. Simply including an extension JAR in the webserver classpath is enough for the extension to be loaded.

Completed in 563 milliseconds