@@ -63,7 +63,7 @@ features they make available to you.
63
63
- [ remark-heading-id] ( https://github.com/imcuttle/remark-heading-id ) -- Adds
64
64
support for ` {#my-anchor} ` syntax to add an ` id ` to an element so it can be
65
65
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 )
67
67
-- A collection of enhancements for headings.
68
68
- Adds hierarchical section numbers to headings.
69
69
- Use the ` %appendix% ` prefix on headings that should be numbered as an
@@ -72,7 +72,7 @@ features they make available to you.
72
72
- Example: ` #section-2-13 `
73
73
- Example: ` #appendix-a `
74
74
- 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 )
76
76
-- Adds new syntax for referencing a section of the spec using the section
77
77
number as the link text.
78
78
- Example:
@@ -82,10 +82,10 @@ features they make available to you.
82
82
This is covered in {{foo}} // --> Renders to "This is covered in [Section 2.3](#foo)"
83
83
- Link text will use "Section" or "Appendix" as needed
84
84
```
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)
86
86
-- Adds a table of contents in a section with a header called "Table of
87
87
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)
89
89
-- Add titles to code blocks
90
90
- Example:
91
91
```markdown
0 commit comments