| /third_party/icu/docs/userguide/dev/ |
| D | editing.md | 25 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/ |
| D | markdown.md | 2 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/ |
| D | standard_out.h | 23 // Convert < and > to < and > when writing markdown output in non-code 32 // If printing markdown, this generates table-of-contents entries with 42 // The link_tag is set, it will be used for markdown output links. This is 43 // used when generating the markdown for all help topics. If empty, no link tag 44 // will be emitted. In non-markdown mode, this parameter will be ignored. 58 // when generating the markdown for all help topics. If empty, no link tag will 59 // be emitted. Used only in markdown mode.
|
| D | command_help.cc | 32 // 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.
|
| D | standard_out.cc | 38 // 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() 148 // Markdown auto-escapes < and > in code sections (and converts < to in OutputString() 205 // Markdown auto-escapes < and > in code sections (and converts < to in OutputString() 285 // GN's block-level formatting is converted to markdown as follows: in PrintLongHelp()
|
| D | switches.cc | 92 const char kMarkdown[] = "markdown"; 94 "--markdown: Write help output in the Markdown format."; 96 "--markdown: Write help output in the Markdown format.\n"; 334 INSERT_VARIABLE(Markdown) in GetSwitches()
|
| /third_party/skia/third_party/externals/freetype/docs/ |
| D | DOCGUIDE | 118 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/skia/third_party/externals/libwebp/doc/ |
| D | template.html | 63 #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/curl/docs/ |
| D | CURLDOWN.md | 9 A markdown-like syntax for libcurl man pages. 23 Take advantage of the fact that people these days are accustomed to markdown 24 by using a markdown-like syntax. 39 Since curldown looks similar to markdown, we use `.md` extensions on the 107 Following the header in the file, is the manual page using markdown-like 147 To make sure curldown documents render correctly as markdown, all literal
|
| /third_party/jerryscript/tools/ |
| D | gen-doctest.py | 29 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/mindspore/mindspore-src/source/docs/api/api_python_en/samples/dataset/ |
| D | text_gallery.ipynb | 5 "cell_type": "markdown", 17 "cell_type": "markdown", 70 "cell_type": "markdown", 116 "cell_type": "markdown", 150 "cell_type": "markdown", 191 "cell_type": "markdown", 224 "cell_type": "markdown",
|
| /third_party/mindspore/mindspore-src/source/docs/api/api_python/samples/dataset/ |
| D | text_gallery.ipynb | 5 "cell_type": "markdown", 18 "cell_type": "markdown", 71 "cell_type": "markdown", 116 "cell_type": "markdown", 149 "cell_type": "markdown", 190 "cell_type": "markdown", 222 "cell_type": "markdown",
|
| /third_party/vixl/ |
| D | SConstruct | 469 'Markdown': Builder(action = 'markdown $SOURCE > $TARGET', 598 env.Markdown('README.md'), 599 env.Markdown('doc/changelog.md'), 600 env.Markdown('doc/aarch32/getting-started-aarch32.md'), 601 env.Markdown('doc/aarch32/design/code-generation-aarch32.md'), 602 env.Markdown('doc/aarch32/design/literal-pool-aarch32.md'), 603 env.Markdown('doc/aarch64/supported-instructions-aarch64.md'), 604 env.Markdown('doc/aarch64/getting-started-aarch64.md'), 605 env.Markdown('doc/aarch64/topics/ycm.md'), 606 env.Markdown('doc/aarch64/topics/extending-the-disassembler.md'), [all …]
|
| /third_party/json/docs/mkdocs/ |
| D | requirements.txt | 19 Markdown==3.5 20 markdown-include==0.8.1 33 plantuml-markdown==3.9.2
|
| /third_party/icu/docs/ |
| D | _config.yml | 19 # GitHub uses its own markdown renderer called CommonMarkGhPages. 22 # markdown: CommonMarkGhPages 34 # markdown renderer for Jekyll, called kramdown. 36 markdown: kramdown
|
| /third_party/curl/docs/cmdline-opts/ |
| D | MANPAGE.md | 20 to markdown which is why it uses `.md` file extensions. 87 `\>`. This, to ensure that the text renders nicely as markdown. 106 `managen mainpage [list of markdown option file names]` 111 `managen ascii [list of markdown option file names]`
|
| /third_party/curl/tests/data/ |
| D | test1275 | 5 markdown 17 Verify capital letters after period in markdown files
|
| /third_party/mesa3d/.gitlab/issue_templates/ |
| D | Bug Report - AMD Radeon Vulkan.md | 5 - For any logs, backtraces, etc - use [code blocks](https://docs.gitlab.com/ee/user/markdown.html#c… 47 … output ([fenced with triple backticks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-a… 69 … [apitrace](https://github.com/apitrace/apitrace/blob/master/docs/USAGE.markdown) capture of the i…
|
| D | Bug Report.md | 5 - For any logs, backtraces, etc - use [code blocks](https://docs.gitlab.com/ee/user/markdown.html#c… 19 … output ([fenced with triple backticks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-a…
|
| /third_party/selinux/secilc/ |
| D | README | 50 There is a github markdown CIL Reference Guide in the docs directory. To 53 To convert the github markdown content to HTML and PDF, change to the docs
|
| /third_party/jerryscript/tests/unit-doc/ |
| D | CMakeLists.txt | 27 # Dry run of the doctest generator: analyze MarkDown files and get the list of 29 # dependencies between the MarkDown files and the generated sources. 67 # Add custom command to run doctest generator if any of the MarkDown sources
|
| /third_party/protobuf/src/google/protobuf/compiler/csharp/ |
| D | csharp_doc_comment.cc | 62 // but that needs to be part of a bigger effort to understand the markdown better anyway. in WriteDocCommentBodyImpl() 66 // to preserve the blank lines themselves, as this is relevant in the markdown. in WriteDocCommentBodyImpl() 67 … // Note that we can't remove leading or trailing whitespace as *that's* relevant in markdown too. in WriteDocCommentBodyImpl()
|
| /third_party/mbedtls/docs/ |
| D | requirements.txt | 32 markdown-it-py==2.2.0 37 # via markdown-it-py
|
| /third_party/selinux/secilc/docs/ |
| D | Makefile | 7 # All the markdown files that make up the guide: 50 @# Substitute markdown links for conversion into PDF links
|
| /third_party/icu/tools/commit-checker/ |
| D | README.md | 54 To preview the report, render the Markdown file in your favorite Markdown preview tool, like grip:
|