Skip to content

Commit 4e4c796

Browse files
committed
Update dependencies
1 parent 258d721 commit 4e4c796

File tree

2 files changed

+1416
-1182
lines changed

2 files changed

+1416
-1182
lines changed

README.md

+4-4
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

0 commit comments

Comments
 (0)