Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8af8969

Browse files
Merge pull request #1592 from jdesrosiers/update-deps
Update dependencies
2 parents 086a872 + cdbe786 commit 8af8969

File tree

6 files changed

+1752
-2508
lines changed

6 files changed

+1752
-2508
lines changed

‎README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ features they make available to you.
6363
- [remark-heading-id](https://github.com/imcuttle/remark-heading-id) -- Adds
6464
support for `{#my-anchor}` syntax to add an `id` to an element so it can be
6565
referenced using URI fragment syntax.
66-
- [remark-headings](/json-schema-org/json-schema-spec/blob/main/remark/remark-headings.js)
66+
- [remark-headings](./remark/remark-headings.js)
6767
-- A collection of enhancements for headings.
6868
- Adds hierarchical section numbers to headings.
6969
- Use the `%appendix%` prefix on headings that should be numbered as an
@@ -72,7 +72,7 @@ features they make available to you.
7272
- Example: `#section-2-13`
7373
- Example: `#appendix-a`
7474
- Makes the heading a link utilizing its anchor
75-
- [remark-reference-links](/json-schema-org/json-schema-spec/blob/main/remark/remark-reference-links.js)
75+
- [remark-reference-links](./remark/remark-reference-links.js)
7676
-- Adds new syntax for referencing a section of the spec using the section
7777
number as the link text.
7878
- Example:
@@ -82,10 +82,10 @@ features they make available to you.
8282
This is covered in {{foo}} // --> Renders to "This is covered in [Section 2.3](#foo)"
8383
- Link text will use "Section" or "Appendix" as needed
8484
```
85-
- [remark-table-of-contents](/json-schema-org/json-schema-spec/blob/main/remark/remark-table-of-contents.js)
85+
- [remark-table-of-contents](./remark/remark-table-of-contents.js)
8686
-- Adds a table of contents in a section with a header called "Table of
8787
Contents".
88-
- [remark-code-titles](/json-schema-org/json-schema-spec/blob/main/remark/remark-code-titles.js)
88+
- [remark-code-titles](./remark/remark-code-titles.js)
8989
-- Add titles to code blocks
9090
- Example:
9191
```markdown
@@ -97,9 +97,10 @@ features they make available to you.
9797
- The title will be parsed as a JSON string, but you have to double escape
9898
escaped characters. So, to get `My "quoted" title`, you would need to be
9999
`"My \\\\"quoted\\\\" title"`.
100-
- [remark-torchlight](https://github.com/torchlight-api/remark-torchlight) --
101-
Syntax highlighting and more using <https://torchlight.dev>. Features include
102-
line numbers and line highlighting.
100+
- [rehype-highlight](https://github.com/rehypejs/rehype-highlight) --
101+
Syntax highlighting.
102+
- [rehype-highlight-code-lines](https://github.com/ipikuka/rehype-highlight-code-lines)
103+
-- Adds line numbers to code blocks. Supports ranges.
103104
- [remark-flexible-containers](https://github.com/ipikuka/remark-flexible-containers)
104105
-- Add a callout box using the following syntax. Supported container types are
105106
`warning`, `note`, and `experimental`.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /