HomeSort by relevance Sort by last modified time
    Searched refs:markdown (Results 26 - 30 of 30) sorted by null

12

  /external/markdown/markdown/
html4.py 0 # markdown/html4.py
40 import markdown namespace
41 ElementTree = markdown.etree.ElementTree
42 QName = markdown.etree.QName
43 Comment = markdown.etree.Comment
44 PI = markdown.etree.PI
45 ProcessingInstruction = markdown.etree.ProcessingInstruction
__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/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/
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/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...]

Completed in 565 milliseconds

12