Home
last modified time | relevance | path

Searched refs:Markdown (Results 1 – 25 of 69) sorted by last modified time

123

/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/aichat/
H A Dcomposer.lock96 "description": "Parser for Markdown.",
/plugin/aichat/vendor/erusev/parsedown/
H A 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 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/gitbacked/
H A DCHANGELOG.md135 - Use Markdown for the GitHub README.
/plugin/combo/
H A DREADME.md14 * [Markdown like UI Components (Bootstrap based)](https://combostrap.com/ui/components)
/plugin/dw2markdown/
H A DREADME3 Render a DW page to Markdown
H A Dplugin.info.txt6 desc Render a DW page to Markdown
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTelegramBotHandler.php44 'Markdown', // legacy mode without underline and strikethrough, use MarkdownV2 instead
/plugin/commonmark/
H A DREADME.md5 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:
H A Dcomposer.lock151 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
H A DREADME.md15 **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/
H A DCHANGELOG-0.x.md
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1Markdown="markdown"}(Bn||(Bn={})),function(e){e.is=function(t){var n=t;return n===e.PlainText||n==…
H A D4.4.js.map1Markdown, MarkupKind.PlainText],\n commitCharactersSupport: true\n …
H A D5.5.js1Markdown="markdown"}(z||(z={})),function(e){e.is=function(t){var n=t;return n===e.PlainText||n===e…
H A D6.6.js1Markdown="markdown"}(q||(q={})),function(e){e.is=function(t){var r=t;return r===e.PlainText||r===e…
H A Dbundle.js.map1Markdown', 'markdown'],\n loader: function () { return import('./markdown.js'); }\n});\n","/*--…
H A Djson.worker.js.map1Markdown, MarkupKind.PlainText],\n commitCharactersSupport: true\n …
H A D2.2.js823 MarkupKind.Markdown = 'markdown';
831 return candidate === MarkupKind.PlainText || candidate === MarkupKind.Markdown;
1985 …languageserver_types_main_js__WEBPACK_IMPORTED_MODULE_0__["MarkupKind"].Markdown, _deps_vscode_lan…
1989 …languageserver_types_main_js__WEBPACK_IMPORTED_MODULE_0__["MarkupKind"].Markdown, _deps_vscode_lan…
32040 …ionFormat.indexOf(_cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_4__["MarkupKind"].Markdown) !== -1;
32511 …entFormat.indexOf(_cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_4__["MarkupKind"].Markdown) !== -1;
H A D3.3.js.map1Markdown is supported as a content format\n */\n MarkupKind.Markdown = 'markdown';\n})(Mark…
H A D2.2.js.map1Markdown is supported as a content format\n */\n MarkupKind.Markdown = 'markdown';\n})(Mark…
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte195 <label for="markdown" class="button-style">Copy Markdown</label>
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js426 …ded for these urls)"),A=w(),R=v("div"),(P=v("label")).textContent="Copy Markdown",j=w(),F=v("br"),…
H A D6.6.js1Markdown="markdown"}(q||(q={})),function(e){e.is=function(t){var r=t;return r===e.PlainText||r===e…

123