Home
last modified time | relevance | path

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

/expo/.github/ISSUE_TEMPLATE/
H A Ddocumentation.yml6 - type: markdown
20 - type: markdown
H A Ddev_client_bug_report.yml5 - type: markdown
8 - type: markdown
13 - type: markdown
63 - type: markdown
70 - type: markdown
H A Dbug_report_cli.yml5 - type: markdown
8 - type: markdown
50 - type: markdown
53 - type: markdown
H A Dbug_report.yml5 - type: markdown
8 - type: markdown
22 - type: markdown
H A Dbug_report_router.yml5 - type: markdown
8 - type: markdown
22 - type: markdown
H A Dfeature_request.yml5 - type: markdown
H A Dquestions.yml5 - type: markdown
/expo/docs/components/plugins/ConfigSection/
H A DConfigPluginExample.tsx11 …onfigPluginExample' needs to be surrounded by new lines to be parsed as markdown.\n\nMake sure the…
H A DConfigReactNative.tsx17 …'ConfigReactNative' needs to be surrounded by new lines to be parsed as markdown.\n\nMake sure the…
H A DConfigPluginProperties.tsx2 import ReactMarkdown from 'react-markdown';
/expo/docs/components/plugins/api/
H A DAPISectionDeprecationNote.tsx3 import ReactMarkdown from 'react-markdown';
H A DAPISectionNamespaces.tsx1 import ReactMarkdown from 'react-markdown';
H A DAPISectionMethods.tsx2 import ReactMarkdown from 'react-markdown';
H A DAPISectionClasses.tsx1 import ReactMarkdown from 'react-markdown';
H A DAPISectionUtils.tsx6 import ReactMarkdown from 'react-markdown';
/expo/docs/components/plugins/
H A DEasJsonPropertiesTable.tsx1 import ReactMarkdown from 'react-markdown';
H A DAppConfigSchemaPropertiesTable.tsx4 import ReactMarkdown from 'react-markdown';
/expo/docs/
H A DREADME.md30 …tion is running at `http://localhost:3002`, and any changes you make to markdown or JavaScript fil…
41 All documentation-related content is inside the **pages** directory. We write docs in markdown with…
55 Each markdown page can be provided metadata in the heading, distinguished by:
104 …un lint-prose` script from **package.json**. This will run Vale for all markdown files in the **pa…
290 …xamples to our docs. The `SnackInline` component can be imported to any markdown file, and used li…
319 The `Tabs` plugin is really useful for this, and this is how you'd use it in a markdown file:
364 …nt to make the code snippets copy/pasteable. This component can be imported into any markdown file.
386 Four different types of callouts can be used with markdown syntax for `> ...` blockquote. Each call…
H A Dyarn.lock831 markdown-extensions "^1.0.0"
5825 markdown-extensions@^1.0.0:
5830 markdown-table@^3.0.0:
5853 mdast-util-from-markdown@^1.0.0:
5894 mdast-util-to-markdown "^1.3.0"
5903 mdast-util-to-markdown "^1.3.0"
5910 markdown-table "^3.0.0"
5912 mdast-util-to-markdown "^1.3.0"
5920 mdast-util-to-markdown "^1.3.0"
5999 mdast-util-to-markdown@^1.0.0, mdast-util-to-markdown@^1.3.0:
[all …]
/expo/docs/ui/components/Callout/
H A DCallout.test.tsx5 import ReactMarkdown from 'react-markdown';
/expo/tools/src/
H A DChangelogs.ts146 const markdown = await fs.readFile(this.filePath, 'utf8'); constant
147 this.tokens = Markdown.lexify(markdown);
/expo/apps/test-suite/functions/
H A Dyarn.lock295 "@types/markdown-it@^12.2.3":
297 …resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-12.2.3.tgz#0d6f6e5e413f8da…
1065 "@types/markdown-it" "^12.2.3"
1071 markdown-it "^12.3.2"
1072 markdown-it-anchor "^8.4.1"
1259 markdown-it-anchor@^8.4.1:
1261 …resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-8.6.6.tgz#4a12e358c…
1264 markdown-it@^12.3.2:
1266 …resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8…
/expo/guides/contributing/
H A DUpdating Changelogs.md19 - It may contain only text and links. Any other markdown elements (such as lists, headers, blockquo…
/expo/guides/
H A DExpo Documentation Writing Style Guide.md157 On a page, top-level headers should use H2 in the markdown files. Also, do not skip heading levels …
178 Filenames are used as bold text in the markdown files.
209 ```markdown
226 Keyboard shortcuts mentioned in the text should use the `<kbd>` element in markdown files. Each key…
/expo/
H A DCONTRIBUTING.md15 …urrently review PRs for `packages/`, `docs/`, `templates/`, `guides/`, `apps/`, and markdown files.