Home
last modified time | relevance | path

Searched refs:markdown (Results 26 – 50 of 98) sorted by relevance

1234

/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte121 #markdown {
129 label[for='markdown'] {
135 label[for="markdown"] {
192 (markdown is base64 encoded for these urls)
195 <label for="markdown" class="button-style">Copy Markdown</label>
197 <input id="markdown" type="text" value={mdCode} on:click={onCopyMarkdown} />
/plugin/mdpage/
H A DREADME.md27 * Using [cebe/markdown](https://github.com/cebe/markdown) to parse Markdown texts under [the MIT Li…
/plugin/commonmark/
H A Dcomposer.lock107 "cebe/markdown": "^1.0",
115 "michelf/php-markdown": "^1.4 || ^2.0",
159 "markdown",
H A DREADME.md9 1. check that Markdown indicator ('\<!DOCTYPE markdown\>') is included on the document
26 Commonmark plugin would conflit with other markdown-related plugins, including [Mdpage](https://www.dokuwiki.org/plugin:mdpage).
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DParserTest.php8 namespace cebe\markdown\tests;
10 use cebe\markdown\Parser;
/plugin/mdpage/vendor/cebe/markdown/
H A D.travis.yml37 # test against standard markdown spec
38 # - git clone https://github.com/jgm/stmd && cd stmd && perl runtests.pl spec.txt ../bin/markdown
H A DMarkdownExtra.php3 namespace cebe\markdown;
5 use cebe\markdown\block\TableTrait;
/plugin/commonmark/vendor/league/commonmark/src/
H A DDocParser.php
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dissue-33.md4 [this]: https://github.com/cebe/markdown
/plugin/revealjs/plugin/notes/
H A Dnotes.js94 markdown: false, property in RevealNotes.openNotes.post.messageData
123 messageData.markdown = typeof notesElement.getAttribute( 'data-markdown' ) === 'string';
/plugin/mdpage/vendor/cebe/markdown/block/
H A DRuleTrait.php8 namespace cebe\markdown\block;
H A DQuoteTrait.php8 namespace cebe\markdown\block;
H A DHeadlineTrait.php8 namespace cebe\markdown\block;
H A DFencedCodeTrait.php8 namespace cebe\markdown\block;
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DCodeTrait.php8 namespace cebe\markdown\inline;
H A DEmphStrongTrait.php8 namespace cebe\markdown\inline;
/plugin/codemirror/dist/modes/
H A Dgfm.min.js.map1markdown/markdown\"), require(\"../../addon/mode/overlay\"));\n else if (typeof define == \"funct…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md5 <li><a href="/projects/markdown/" title="Markdown Project Page">Main</a></li>
7 <li><a href="/projects/markdown/syntax" title="Markdown Syntax Documentation">Syntax</a></li>
8 … <li><a href="/projects/markdown/license" title="Pricing and License Information">License</a></li>
9 <li><a href="/projects/markdown/dingus" title="Online Markdown Web Form">Dingus</a></li>
30 [s]: /projects/markdown/syntax "Markdown Syntax"
31 [d]: /projects/markdown/dingus "Markdown Dingus"
32 [src]: /projects/markdown/basics.text
/plugin/dokusioc/
H A Ddeleted.files2 README.markdown
/plugin/spatialhelper/
H A Ddeleted.files2 README.markdown
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/Markdown/
H A DGitHubFlavored.php7 class GitHubFlavored extends \cebe\markdown\GithubMarkdown {
H A DMarkdownExtra.php7 class MarkdownExtra extends \cebe\markdown\MarkdownExtra {
H A DTraditional.php7 class Traditional extends \cebe\markdown\Markdown {
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-site.js174 const markdown = fs
184 const $ = cheerio.load(marky(markdown, {
/plugin/markdownextra/lib/meltdown-tweaks/
H A Dmeltdown-tweaks.css1 /* Disabling tools that are incompatible with the markdown editor */

1234