Home
last modified time | relevance | path

Searched refs:Markdown (Results 26 – 50 of 69) sorted by relevance

123

/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/Markdown/
H A DMarkdownExtra.php3 namespace DokuWiki\Plugin\Mdpage\Markdown;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist-marker-in-paragraph.md1 In Markdown 1.0.0 and earlier. Version
/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/revealjs/plugin/markdown/
H A Dexample.md1 # Markdown Demo
/plugin/mermaid/
H A Dplugin.info.txt6 desc JavaScript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically.
/plugin/mdpage/
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…
/plugin/commonmark/
H A Dcomposer.lock151 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-basics.md1 GitHub Flavored Markdown
H A Dgithub-sample.md1 GitHub Flavored Markdown
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTelegramBotHandler.php44 'Markdown', // legacy mode without underline and strikethrough, use MarkdownV2 instead
/plugin/mdpage/vendor/cebe/markdown/
H A DCONTRIBUTING.md27 The Markdown parser classes are tested with [PHPUnit](https://phpunit.de/). For each test case ther…
29 where the input file contains the Markdown and the output file contains the expected HTML.
H A DMarkdown.php15 class Markdown extends Parser class
H A DGithubMarkdown.php15 class GithubMarkdown extends Markdown
H A DMarkdownExtra.php17 class MarkdownExtra extends Markdown
/plugin/webcomponent/
H A DREADME.md20 * Implementation of the [Markdown Atx Heading](https://spec.commonmark.org/0.29/#atx-heading)
/plugin/dw2markdown/
H A DREADME3 Render a DW page to Markdown
/plugin/markdownextra/
H A Dsyntax.php41 case DOKU_LEXER_UNMATCHED : return array($state, Markdown($match));
/plugin/combo/
H A DREADME.md14 * [Markdown like UI Components (Bootstrap based)](https://combostrap.com/ui/components)
/plugin/aichat/
H A Dcomposer.lock96 "description": "Parser for Markdown.",
/plugin/codemirror/dist/modes/
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/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte195 <label for="markdown" class="button-style">Copy Markdown</label>
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js24 var mde = Markdown;
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js59 function Markdown(text) { function
2902 this.Markdown = Markdown;

123