HomeSort by relevance Sort by last modified time
    Searched refs:Markdown (Results 1 - 9 of 9) 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/libvpx/libvpx/examples/
gen_example_doxy.php 15 /* This script converts markdown to doxygen htmlonly syntax, nesting the
26 if(!include_once('includes/PHP-Markdown-Extra-1.2.3/markdown.php'))
27 die("Cannot load Markdown transformer.\n");
51 // Wrap block-style <math> elements in <p>, since Markdown doesn't.
55 $page_body = Markdown($page_body);
59 // Markdown has already done this.
109 * Markdown encodes '&', '<' and '>' in detected code
  /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)']
68 import markdown namespace
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 3 # Markdown Extra - A text-to-HTML conversion tool for web writers
5 # PHP Markdown & Extra
7 # <http://www.michelf.com/projects/php-markdown/>
9 # Original Markdown
11 # <http://daringfireball.net/projects/markdown/>
42 # Change to false to remove Markdown from posts and/or comments.
52 function Markdown($text) {
71 Plugin Name: Markdown Extra
72 Plugin URI: http://www.michelf.com/projects/php-markdown/
73 Description: <a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text fo (…)
    [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 namespace
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 namespace
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/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 642 # _TokenizeHTML is shared between PHP SmartyPants and PHP Markdown.
789 * PHP Markdown and PHP Smartypants now share the same `_TokenizeHTML`

Completed in 381 milliseconds