@@ -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
@@ -97,9 +97,10 @@ features they make available to you.
97
97
- The title will be parsed as a JSON string, but you have to double escape
98
98
escaped characters. So, to get `My "quoted" title`, you would need to be
99
99
`"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.
103
104
- [remark-flexible-containers](https://github.com/ipikuka/remark-flexible-containers)
104
105
-- Add a callout box using the following syntax. Supported container types are
105
106
`warning`, `note`, and `experimental`.
0 commit comments