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

  /external/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/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/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 154 milliseconds