@@ -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