Home
last modified time | relevance | path

Searched refs:Markdown (Results 1 – 25 of 69) sorted by relevance

123

/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
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/mdpage/
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);
Dplugin.info.txt5 name Markdown Page Plugin
6 desc Write your own Markdown page
DREADME.md1 # Markdown plugin for DokuWiki
27 * Using [cebe/markdown](https://github.com/cebe/markdown) to parse Markdown texts under [the MIT Li…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dspecs.md1 Markdown: Syntax
5 <li><a href="/projects/markdown/" title="Markdown Project Page">Main</a></li>
6 <li><a href="/projects/markdown/basics" title="Markdown Basics">Basics</a></li>
7 <li><a class="selected" title="Markdown Syntax Documentation">Syntax</a></li>
9 <li><a href="/projects/markdown/dingus" title="Online Markdown Web Form">Dingus</a></li>
34 **Note:** This document is itself written using Markdown; you
45 Markdown is intended to be as easy-to-read and easy-to-write as is feasible.
47 Readability, however, is emphasized above all else. A Markdown-formatted
50 Markdown's syntax has been influenced by several existing text-to-HTML
53 inspiration for Markdown's syntax is the format of plain text email.
[all …]
Dmd1_markdown_documentation_basics.md1 Markdown: Basics
5 <li><a href="/projects/markdown/" title="Markdown Project Page">Main</a></li>
6 <li><a class="selected" title="Markdown Basics">Basics</a></li>
7 <li><a href="/projects/markdown/syntax" title="Markdown Syntax Documentation">Syntax</a></li>
9 <li><a href="/projects/markdown/dingus" title="Online Markdown Web Form">Dingus</a></li>
13 Getting the Gist of Markdown's Formatting Syntax
16 This page offers a brief overview of what it's like to use Markdown.
18 every feature, but Markdown should be very easy to pick up simply by
21 HTML output produced by Markdown.
23 It's also helpful to simply try Markdown out; the [Dingus] [d] is a
[all …]
Ddense-block-markers.md4 ## what is Markdown?
28 [Wikipedia]: http://en.wikipedia.org/wiki/Markdown
/plugin/commonmark/
H A DREADME.md5 This is another plugin for parsing Commonmark / Markdown document in Dokuwiki.
7Markdown plugins (for example, [markdownu](https://www.dokuwiki.org/plugin:markdowku), [mdpage](ht…
9 1. check that Markdown indicator ('\<!DOCTYPE markdown\>') is included on the document
16 …iblity of Markdown in Dokuwiki. Most Markdown syntax have corresponding DW syntax, so it will work…
/plugin/mdpage/vendor/cebe/markdown/tests/
DMarkdownOLStartNumTest.php10 use cebe\markdown\Markdown; alias
21 $markdown = new Markdown();
DMarkdownTest.php10 use cebe\markdown\Markdown; alias
22 return new Markdown();
Dprofile.php18 $pd = new \cebe\markdown\Markdown();
/plugin/mdpage/vendor/cebe/markdown/
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
DREADME.md13 A set of [PHP][] classes, each representing a [Markdown][] flavor, and a command line tool
17 Parsing Markdown to HTML is as simple as calling a single method (see [Usage](#usage)) providing a …
20 Extending the Markdown language with new elements is as simple as adding a new method to the class …
23 of the Markdown text as an abstract syntax tree (see [Extending the language](#extend)).
27 - **Traditional Markdown** according to <http://daringfireball.net/projects/markdown/syntax> ([try …
28 - **Github flavored Markdown** according to <https://help.github.com/articles/github-flavored-markd…
29 - **Markdown Extra** according to <http://michelf.ca/projects/php-markdown/extra/> (currently not f…
30 - Any mixed Markdown flavor you like because of its highly extensible structure (See documentation …
38 [Markdown]: http://en.wikipedia.org/wiki/Markdown "Markdown on Wikipedia"
84 - Traditional Markdown: `$parser = new \cebe\markdown\Markdown();`
[all …]
/plugin/markdownextra/
Dplugin.info.txt5 name PHP Markdown Extra plugin
6 desc Parses PHP Markdown Extra blocks.
DREADME.md1 # PHP Markdown Extra plugin for DokuWiki
3 description: Parses PHP Markdown Extra blocks.
24 If the page name ends with ''.md'' suffix, it gets automatically parsed using PHP Markdown Extra. T…
DLicense.text1 PHP Markdown & Extra
6 Based on Markdown
22 * Neither the name "Markdown" nor the names of its contributors may
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/Markdown/
DTraditional.php3 namespace DokuWiki\Plugin\Mdpage\Markdown;
7 class Traditional extends \cebe\markdown\Markdown {
DGitHubFlavored.php3 namespace DokuWiki\Plugin\Mdpage\Markdown;
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
Ddense-block-markers.md4 ## what is Markdown?
28 [Wikipedia]: http://en.wikipedia.org/wiki/Markdown
/plugin/aichat/vendor/erusev/parsedown/
DREADME.md1 > I also make [Caret](https://caret.io?ref=parsedown) - a Markdown editor for Mac and PC.
8 Better Markdown Parser in PHP
23 * [Markdown Extra extension](https://github.com/erusev/parsedown-extra)
72 It tries to read Markdown like a human. First, it looks at the lines. It’s interested in how the li…
74 …s the first Markdown parser to use it. Since the release of Parsedown, other developers have used …
/plugin/rst/
DLicense.text6 PHP Markdown & Extra
11 Based on Markdown
27 * Neither the name "Markdown" nor the names of its contributors may
/plugin/stackedit/
DREADME3 Markdown editor with live preview
6 …kuwiki toolbar to open StackEdit. It is best used in combination with a Markdown plugin like Markd…
Dplugin.info.txt6 desc Markdown editor with live preview
/plugin/markdownextra/lib/meltdown/
DREADME.md1 Meltdown (Markdown Extra Live Toolbox)
4 A JQuery plugin that adds Markdown Extra live previews, and a toolbar for common markdown actions. …
/plugin/dw2markdown/
Dplugin.info.txt6 desc Render a DW page to Markdown

123