Home
last modified time | relevance | path

Searched refs:Markdown (Results 26 – 50 of 69) sorted by last modified time

123

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js426 …ded for these urls)"),A=w(),R=v("div"),(P=v("label")).textContent="Copy Markdown",j=w(),F=v("br"),…
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/Markdown/
H A DGitHubFlavored.php3 namespace DokuWiki\Plugin\Mdpage\Markdown;
H A DMarkdownExtra.php3 namespace DokuWiki\Plugin\Mdpage\Markdown;
H A DTraditional.php3 namespace DokuWiki\Plugin\Mdpage\Markdown;
7 class Traditional extends \cebe\markdown\Markdown {
/plugin/mdpage/
H A Dsyntax.php7 use DokuWiki\Plugin\Mdpage\Markdown; alias
99 $flavor = Markdown::GITHUB_FLAVORED;
102 $flavor = Markdown::MARKDOWN_EXTRA;
105 $flavor = Markdown::TRADITIONAL;
108 $flavor = Markdown::GITHUB_FLAVORED;
117 $result = Markdown::parseWithRenderer($renderer, $match, $data, $context);
H A DREADME.md1 # Markdown plugin for DokuWiki
27 * Using [cebe/markdown](https://github.com/cebe/markdown) to parse Markdown texts under [the MIT Li…
H A Dplugin.info.txt5 name Markdown Page Plugin
6 desc Write your own Markdown page
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdown.php5 class Markdown { class
18 $parser = new Markdown\GitHubFlavored($renderer, $data, $context);
21 $parser = new Markdown\MarkdownExtra($renderer, $data, $context);
24 $parser = new Markdown\Traditional($renderer, $data, $context);
/plugin/stackedit/
H A DREADME3 Markdown editor with live preview
6 …kuwiki toolbar to open StackEdit. It is best used in combination with a Markdown plugin like Markd…
H A Dplugin.info.txt6 desc Markdown editor with live preview
/plugin/codemirror/dist/modes/
H A Dgfm.min.js.map1 … }\n // If this block is changed, it may need to be updated in Markdown mode\n if (s…
H A Dyaml-frontmatter.min.js.map1 …\n\n var START = 0, FRONTMATTER = 1, BODY = 2\n\n // a mixed mode for Markdown text with an opti…
/plugin/revealjs/plugin/markdown/
H A Dexample.md1 # Markdown Demo
/plugin/codeprettify/code-prettify/
H A DREADME.md201 ### I can't add classes to my code (because it comes from Markdown, etc.)
/plugin/webcomponent/
H A DREADME.md20 * Implementation of the [Markdown Atx Heading](https://spec.commonmark.org/0.29/#atx-heading)
/plugin/webcomponent/_test/data/pages/
H A Dheading.txt5 This section is using a [[https://spec.commonmark.org/0.29/#atx-heading|Atx Markdown heading]] and …
H A Dstart.txt19 * [[heading|heading (Markdown Atx)]]
H A Dwebcomponent.txt19 * [[heading|heading (Markdown Atx)]]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst395 For instance, if you want to create a tag that converts a Markdown formatted
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DMarkdownOLStartNumTest.php10 use cebe\markdown\Markdown; alias
21 $markdown = new Markdown();
H A Dprofile.php18 $pd = new \cebe\markdown\Markdown();
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Ddense-block-markers.md4 ## what is Markdown?
28 [Wikipedia]: http://en.wikipedia.org/wiki/Markdown
H A Dlist-marker-in-paragraph.md1 In Markdown 1.0.0 and earlier. Version
H A Dspecs.md1 Markdown: Syntax
153 and Markdown will leave it alone. But if you write:
157 Markdown will translate it to:
167 Markdown will translate it to:
328 Markdown produces from the above list is:
471 Markdown will generate:
518 it's also easy to use Markdown to write about Markdown's own syntax.
680 Markdown's inline link style:
781 tags. Markdown will turn this:
848 Markdown will turn this into:
[all …]
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md63 …PI which is used when extending the Markdown parser. The external API has no breaking changes. The…
65Markdown more accurately and uses an abstract syntax tree as the internal representation of the pa…
71 …hn MacFarlane](http://johnmacfarlane.net/) which you can use to compare Markdown output of differe…
78 - #25 Added partial support for the Markdown Extra flavor
80 - #67 All Markdown classes are now composed out of php traits
102 - Complete implementation of the original Markdown spec

123