/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/ |
H A D | Markdown.php | 5 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/ |
H A D | syntax.php | 7 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 D | plugin.info.txt | 5 name Markdown Page Plugin 6 desc Write your own Markdown page
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | specs.md | 1 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 …]
|
H A D | md1_markdown_documentation_basics.md | 1 Markdown: Basics 6 <li><a class="selected" title="Markdown Basics">Basics</a></li> 13 Getting the Gist of Markdown's Formatting Syntax 21 HTML output produced by Markdown. 27 **Note:** This document is itself written using Markdown; you 30 [s]: /projects/markdown/syntax "Markdown Syntax" 31 [d]: /projects/markdown/dingus "Markdown Dingus" 42 Markdown offers two styles of headers: *Setext* and *atx*. 51 Markdown: 104 Markdown: [all …]
|
H A D | dense-block-markers.md | 4 ## what is Markdown? 28 [Wikipedia]: http://en.wikipedia.org/wiki/Markdown
|
/plugin/commonmark/ |
H A D | README.md | 5 This is another plugin for parsing Commonmark / Markdown document in Dokuwiki. 7 While there are many Markdown plugins (for example, [markdownu](https://www.dokuwiki.org/plugin:markdowku), [mdpage](https://www.dokuwiki.org/plugin:mdpage)) available, this plugin processes Markdown text in different approach: 9 1. check that Markdown indicator ('\<!DOCTYPE markdown\>') is included on the document 15 Commonmark plugin aims for complete compatiblity of Markdown in Dokuwiki. Most Markdown syntax have corresponding DW syntax, so it will work without problem; but in some cases, Markdown syntax do not matches DW specification one-by-one, or vice versa. Here is a list of known ambiguities between Commonmark and Dokuwiki, and its implements in the plugin:
|
/plugin/mdpage/vendor/cebe/markdown/tests/ |
H A D | MarkdownOLStartNumTest.php | 10 use cebe\markdown\Markdown; alias 21 $markdown = new Markdown();
|
H A D | MarkdownTest.php | 10 use cebe\markdown\Markdown; alias 22 return new Markdown();
|
H A D | profile.php | 18 $pd = new \cebe\markdown\Markdown();
|
/plugin/markdownextra/ |
H A D | plugin.info.txt | 5 name PHP Markdown Extra plugin 6 desc Parses PHP Markdown Extra blocks.
|
H A D | README.md | 1 # 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…
|
H A D | License.text | 1 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/ |
H A D | Traditional.php | 3 namespace DokuWiki\Plugin\Mdpage\Markdown; 7 class Traditional extends \cebe\markdown\Markdown {
|
H A D | GitHubFlavored.php | 3 namespace DokuWiki\Plugin\Mdpage\Markdown;
|
/plugin/mdpage/vendor/cebe/markdown/ |
H A D | CHANGELOG.md | 63 …PI which is used when extending the Markdown parser. The external API has no breaking changes. The… 65 …Markdown 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
|
H A D | README.md | 38 [Markdown]: http://en.wikipedia.org/wiki/Markdown "Markdown on Wikipedia" 84 - Traditional Markdown: `$parser = new \cebe\markdown\Markdown();` 86 - Markdown Extra: `$parser = new \cebe\markdown\MarkdownExtra();` 95 $parser = new \cebe\markdown\Markdown(); 113 For all Markdown Flavors: 141 PHP Markdown to HTML converter 153 extra - Markdown Extra [3] 219 class MyMarkdown extends \cebe\markdown\Markdown 311 class MyMarkdown extends \cebe\markdown\Markdown 340 ### Composing your own Markdown flavor [all …]
|
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
H A D | dense-block-markers.md | 4 ## what is Markdown? 28 [Wikipedia]: http://en.wikipedia.org/wiki/Markdown
|
/plugin/aichat/vendor/erusev/parsedown/ |
H A D | README.md | 1 > 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 lines start. This helps it recognise blocks. It knows, for example, that if a line starts with a `-` then perhaps it belongs to a list. Once it recognises the blocks, it continues to the content. As it reads, it watches out for special characters. This helps it recognise inline elements (or inlines). 74 We call this approach "line based". We believe that Parsedown is the first Markdown parser to use it. Since the release of Parsedown, other developers have used the same approach to develop other Markdown parsers in PHP and in other languages.
|
/plugin/rst/ |
H A D | License.text | 6 PHP Markdown & Extra 11 Based on Markdown 27 * Neither the name "Markdown" nor the names of its contributors may
|
/plugin/stackedit/ |
H A D | README | 3 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 D | plugin.info.txt | 6 desc Markdown editor with live preview
|
/plugin/markdownextra/lib/meltdown/ |
H A D | README.md | 1 Meltdown (Markdown Extra Live Toolbox) 4 A JQuery plugin that adds Markdown Extra live previews, and a toolbar for common markdown actions. …
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | README.md | 15 **league/commonmark** is a highly-extensible PHP Markdown parser created by [Colin O'Dell][@colinodell] which supports the full [CommonMark] spec and [GitHub-Flavored Markdown]. It is based on the [CommonMark JS reference implementation][commonmark.js] by [John MacFarlane] \([@jgm]\). 40 Or if you want GitHub-Flavored Markdown, use the `GithubFlavoredMarkdownConverter` class instead: 55 Please note that only UTF-8 and ASCII encodings are supported. If your Markdown uses a different encoding please convert it to UTF-8 before running it through this library. 67 ## ? GitHub-Flavored Markdown 85 - [Laravel 4+](https://github.com/GrahamCampbell/Laravel-Markdown) 89 - [Twig Markdown extension](https://github.com/twigphp/markdown-extension) 117 [SemVer](http://semver.org/) is followed closely. Minor and patch releases should not introduce breaking changes to the codebase; however, they might change the resulting AST or HTML output of parsed Markdown (due to bug fixes, spec changes, etc.) As a result, you might get slightly different HTML, but any custom code built onto this library should still function correctly. 210 [GitHub-Flavored Markdown]: https://github.github.com/gfm/
|
/plugin/dw2markdown/ |
H A D | plugin.info.txt | 6 desc Render a DW page to Markdown
|