Home
last modified time | relevance | path

Searched full:markdown (Results 1 – 25 of 194) sorted by relevance

12345678

/third_party/node/tools/node_modules/eslint/node_modules/eslint-plugin-markdown/
DREADME.md1 # eslint-plugin-markdown
5 An [ESLint](http://eslint.org/) plugin to lint JavaScript in Markdown.
7 Supported extensions are `.markdown`, `.mdown`, `.mkdn`, and `.md`.
14 npm install --save-dev eslint eslint-plugin-markdown
22 "markdown"
33 …ks](https://help.github.com/articles/github-flavored-markdown/#fenced-code-blocks) in your Markdow…
35 ````markdown
66 ````markdown
78 …nts while keeping the configuration comments themselves hidden when the markdown is rendered. Comm…
82 ````markdown
[all …]
Dpackage.json7 "url": "https://github.com/eslint/eslint-plugin-markdown/issues"
16 "description": "An ESLint plugin to lint JavaScript in Markdown code fences.",
34 "homepage": "https://github.com/eslint/eslint-plugin-markdown#readme",
38 "markdown",
44 "name": "eslint-plugin-markdown",
47 "url": "git+https://github.com/eslint/eslint-plugin-markdown.git"
/third_party/node/tools/node_modules/eslint/node_modules/markdown-escapes/
Dreadme.md1 # markdown-escapes
8 List of escapable characters in markdown.
15 npm install markdown-escapes
21 var escapes = require('markdown-escapes');
60 [build-badge]: https://img.shields.io/travis/wooorm/markdown-escapes.svg
62 [build]: https://travis-ci.org/wooorm/markdown-escapes
64 [coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/markdown-escapes.svg
66 [coverage]: https://codecov.io/github/wooorm/markdown-escapes
68 [downloads-badge]: https://img.shields.io/npm/dm/markdown-escapes.svg
70 [downloads]: https://www.npmjs.com/package/markdown-escapes
[all …]
Dpackage.json8 "url": "https://github.com/wooorm/markdown-escapes/issues"
20 "description": "List of escapable characters in markdown",
38 "homepage": "https://github.com/wooorm/markdown-escapes#readme",
40 "markdown",
47 "name": "markdown-escapes",
69 "url": "git+https://github.com/wooorm/markdown-escapes.git"
73 "build-bundle": "browserify . -s markdownEscapes -o markdown-escapes.js",
74 "build-mangle": "browserify . -s markdownEscapes -p tinyify -o markdown-escapes.min.js",
85 "markdown-escapes.js"
/third_party/node/tools/node_modules/eslint/node_modules/eslint-plugin-markdown/lib/
Dprocessor.js2 * @fileoverview Processes Markdown files for consumption by ESLint.
14 "eol-last", // The Markdown parser strips trailing newlines in code fences
15 "unicode-bom" // Code blocks will begin in the middle of Markdown files
19 const markdown = unified().use(remarkParse); constant
24 * Performs a depth-first traversal of the Markdown AST.
25 * @param {ASTNode} node A Markdown AST node.
75 * @param {ASTNode} node A Markdown code block AST node.
86 * @param {ASTNode} node A Markdown code block AST node.
98 * from their location in the linted JS to the original offset in the Markdown.
101 * Configuration comments appear in the linted JS but not in the Markdown code
[all …]
Dindex.js2 * @fileoverview Enables the processor for Markdown file extensions.
12 ".markdown": processor,
/third_party/gn/src/gn/
Dstandard_out.h22 // Convert < and > to &lt; and &gt; when writing markdown output in non-code
31 // If printing markdown, this generates table-of-contents entries with
41 // The link_tag is set, it will be used for markdown output links. This is
42 // used when generating the markdown for all help topics. If empty, no link tag
43 // will be emitted. In non-markdown mode, this parameter will be ignored.
57 // when generating the markdown for all help topics. If empty, no link tag will
58 // be emitted. Used only in markdown mode.
Dstandard_out.cc38 // True while output is going into a markdown ```...``` code block.
48 // Output help in Markdown's syntax, not color-highlighted. in EnsureInitialized()
81 // The markdown rendering turns "dim" text to italics and any in OutputMarkdownDec()
144 // Markdown auto-escapes < and > in code sections (and converts &lt; to in OutputString()
198 // Markdown auto-escapes < and > in code sections (and converts &lt; to in OutputString()
278 // GN's block-level formatting is converted to markdown as follows: in PrintLongHelp()
Dcommand_help.cc31 // internal links to disambiguate when writing markdown.
104 // This uses "switch_list" for the tag because Markdown seems to generate in PrintSwitchHelp()
135 "`gn help --markdown all`.\n\n"); in PrintAllHelp()
248 --markdown
249 Format output in markdown syntax.
253 gn help --markdown all
254 Dump all help to stdout in markdown format.
Dswitches.cc92 const char kMarkdown[] = "markdown";
94 "--markdown: Write help output in the Markdown format.";
96 "--markdown: Write help output in the Markdown format.\n";
295 INSERT_VARIABLE(Markdown)
/third_party/flutter/skia/third_party/externals/freetype/docs/
DDOCGUIDE118 Markdown Usage
122 support markdown in them. Docwriter uses a markdown parser that
123 follows rules given in John Gruber's markdown guide:
125 https://daringfireball.net/projects/markdown/syntax
128 be referred to as the **FreeType Flavored Markdown**.
134 Markdown headers should not be used directly, because these are added
157 Although unintentional, this is correct markdown behavior.
192 More information on lists in markdown is available at
194 https://daringfireball.net/projects/markdown/syntax#list
216 Markdown syntax for links and images are fully supported.
[all …]
/third_party/freetype/docs/
DDOCGUIDE118 Markdown Usage
122 support markdown in them. Docwriter uses a markdown parser that
123 follows rules given in John Gruber's markdown guide:
125 https://daringfireball.net/projects/markdown/syntax
128 be referred to as the **FreeType Flavored Markdown**.
134 Markdown headers should not be used directly, because these are added
157 Although unintentional, this is correct markdown behavior.
192 More information on lists in markdown is available at
194 https://daringfireball.net/projects/markdown/syntax#list
216 Markdown syntax for links and images are fully supported.
[all …]
/third_party/flutter/skia/site/dev/tools/
Dmarkdown.md1 Markdown chapter
4 This site can handle normal Markdown and many common extensions. To learn
5 how the following is done please see the [source for this page](./markdown.md).
7 as Markdown. All other files will be served directly. For example, images
8 can be added and they will be served correctly and referenced from within Markdown files.
14 https://skia.org/path/to/markdown-file?cl=REITVELD_ISSUE_NUMBER
65 Some Example Markdown
139 done in Markdown, such as iframes, but try to avoid using HTML outside of
153 Below is a longer reference on the Markdown that docserver accepts.
173 Markdown:
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/doc/
Dtemplate.html63 #markdown-toc ul {
66 ul#markdown-toc {
71 ul#markdown-toc ul {
74 ul#markdown-toc ul ul{
77 ul#markdown-toc + hr {
/third_party/node/test/doctool/
Dtest-doctool-json.js20 const markdown = require('remark-parse'); constant
28 .use(markdown)
34 // Outputs valid json with the expected fields when given simple markdown
45 textRaw: 'Sample Markdown',
56 displayName: 'Sample Markdown'
100 textRaw: 'Sample Markdown with YAML info',
156 displayName: 'Sample Markdown with YAML info'
Dtest-doctool-html.js14 const { replaceLinks } = require('../../tools/doc/markdown.js');
21 const markdown = require('remark-parse'); constant
42 .use(markdown)
72 html: '<h1>Sample Markdown with YAML info' +
126 html: '<title>Sample markdown with special heading |',
/third_party/jerryscript/tools/
Dgen-doctest.py29 An extractor to process Markdown files and find doctests inside.
109 Find doctests in a Markdown file and process them according to the
156 parser = argparse.ArgumentParser(description='Markdown doctest extractor', epilog="""
157 The tool extracts specially marked fenced C code blocks from the input Markdown files
159 but valid Markdown links/comments that must be added before the fenced code blocks:
171 help='input Markdown file(s)')
/third_party/node/tools/node_modules/eslint/node_modules/remark-parse/
Dreadme.md3 [Parser][] for [**unified**][unified]. Parses markdown to an
6 markdown is parsed.
21 var markdown = require('remark-parse');
25 .use(markdown, {commonmark: true})
56 Configure the `processor` to read markdown as input and process an
71 * [Fenced code blocks](https://help.github.com/articles/github-flavored-markdown/#fenced-code-blo…
72 * [Autolinking of URLs](https://help.github.com/articles/github-flavored-markdown/#url-autolinkin…
73 * [Deletions (strikethrough)](https://help.github.com/articles/github-flavored-markdown/#striketh…
75 * [Tables](https://help.github.com/articles/github-flavored-markdown/#tables)
159 to change how markdown is parsed.
Dpackage.json28 "markdown-escapes": "^1.0.0",
40 "description": "Markdown parser for remark",
47 "markdown",
/third_party/node/deps/npm/node_modules/through2/
DLICENSE.html53 .markdown-body h1
54 , .markdown-body h2
55 , .markdown-body h3
56 , .markdown-body h4
57 , .markdown-body h5
58 , .markdown-body h6 {
97 .markdown-body tr {
/third_party/node/deps/npm/node_modules/mime-types/
DREADME.md51 mime.lookup('.md') // 'text/markdown'
64 mime.contentType('markdown') // 'text/x-markdown; charset=utf-8'
84 mime.charset('text/markdown') // 'UTF-8'
/third_party/boost/tools/build/src/tools/types/
Dmarkdown.jam4 type MARKDOWN : md markdown ;
Dmarkdown.py8 type.register_type ('MARKDOWN', ['markdown', 'md'])
/third_party/node/tools/node-lint-md-cli-rollup/
Dpackage.json3 "description": "remark packaged for Node.js Markdown linting",
13 "markdown-extensions": "^1.1.1",
/third_party/node/doc/guides/
Ddoc-style-guide.md11 * Documentation is in markdown files with names formatted as
15 * Some files, such as top-level markdown files, are exceptions.
54 | Markdown | `markdown` |

12345678