Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/icu/docs/userguide/
Dediting.md25 This version of the ICU User Guide is generated directly from the Markdown
27 Markdown files are customized to work with the Jekyll static site generator,
46 from the branch and the Markdown pages root directory (`/docs`).
59 CommonMark Markdown parser, the default Jekyll Markdown parser, Kramdown, is
66 information provided in the header section of the Markdown file according to
71 [Markdown](https://kramdown.gettalong.org/syntax.html) should be preferred over custom
80 Use the markdown notation of [single backtick](https://kramdown.gettalong.org/quickref.html#inline-…
84 Unlike Github-flavored Markdown, in multi-line fenced code
91 following Markdown:
100 following Markdown:
[all …]
/third_party/skia/site/docs/dev/tools/
Dmarkdown.md2 title: 'Markdown'
3 linkTitle: 'Markdown'
10 as Markdown. All other files will be served directly. For example, images can be
11 added and they will be served correctly and referenced from within Markdown
18 https://skia.org/path/to/markdown-file?cl=REITVELD_ISSUE_NUMBER
33 title: 'Markdown'
34 linkTitle: 'Markdown'
38 This is true for both Markdown and HTML pages. See
66 ````markdown
/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.cc32 // internal links to disambiguate when writing markdown.
106 // This uses "switch_list" for the tag because Markdown seems to generate in PrintSwitchHelp()
137 "`gn help --markdown all`.\n\n"); in PrintAllHelp()
251 --markdown
252 Format output in markdown syntax.
256 gn help --markdown all
257 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";
304 INSERT_VARIABLE(Markdown)
/third_party/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/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/node/test/doctool/
Dtest-doctool-json.mjs12 const markdown = require('remark-parse'); constant
20 .use(markdown)
26 // Outputs valid json with the expected fields when given simple markdown
37 textRaw: 'Sample Markdown',
48 displayName: 'Sample Markdown'
92 textRaw: 'Sample Markdown with YAML info',
147 displayName: 'Sample Markdown with YAML info'
Dtest-doctool-html.mjs9 import { replaceLinks } from '../../tools/doc/markdown.mjs';
13 const markdown = require('remark-parse'); constant
34 .use(markdown)
64 html: '<h2>Sample Markdown with YAML info' +
123 html: '<title>Sample markdown with special heading |',
/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/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/typescript_eslint/packages/eslint-plugin/tools/
Dgenerate-rules-lists.ts87 markdown: string,
92 const listStartIndex = markdown.indexOf(listBeginMarker);
93 const listEndIndex = markdown.indexOf(listEndMarker);
100 markdown.substring(0, listStartIndex - 1),
104 markdown.substring(listEndIndex),
127 readme = prettier.format(readme, { parser: 'markdown' });
/third_party/node/tools/
Dupdate-eslint.sh11 rm -rf node_modules/eslint node_modules/eslint-plugin-markdown
18 …npm install --global-style --no-bin-links --production --no-package-lock eslint-plugin-markdown@la…
28 mv eslint-tmp/node_modules/eslint-plugin-markdown node_modules/eslint-plugin-markdown
/third_party/json/doc/mkdocs/
Drequirements.txt11 Markdown>=3.2.2
12 markdown-include>=0.5.1
21 plantuml-markdown>=3.2.2
/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/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/icu/docs/
D_config.yml19 # GitHub uses its own markdown renderer called CommonMarkGhPages.
22 # markdown: CommonMarkGhPages
34 # markdown renderer for Jekyll, called kramdown.
36 markdown: kramdown
/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/mesa3d/.gitlab/issue_templates/
DBug Report - AMD Radeon Vulkan.md5 - For any logs, backtraces, etc - use [code blocks](https://docs.gitlab.com/ee/user/markdown.html#c…
43 … output ([fenced with triple backticks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-a…
65 … [apitrace](https://github.com/apitrace/apitrace/blob/master/docs/USAGE.markdown) capture of the i…
/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",

12345678910>>...12