Skip to content

Commit

Permalink
contents
Browse files Browse the repository at this point in the history
  • Loading branch information
NickColley committed Oct 28, 2022
1 parent 1ab3db8 commit 7fe10e7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
25 changes: 20 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,27 @@ It will render like this:
[retext-english]: https://www.npmjs.com/package/retext-english
[vfile reporter]: https://github.com/vfile/vfile#reporters

## Examples
## Documentation

- [Using page context and eleventy data](./docs/eleventy.md)
- [Transforming markdown with remark](./docs/markdown.md)
- [Transforming html with rehype](./docs/html.md)
- [Reporting and linting with retext](./docs/text.md)
### [Configure options for transforms](#configure-options-for-transforms)

### [Adding your own transforms](#adding-your-own-transforms)

### [Using page context and eleventy data](./docs/eleventy.md)

- [Logging the available data](./docs/eleventy.md#logging-the-available-data)
- [Re-using eleventy filters](./docs/eleventy.md#re-using-eleventy-filters)

### [Transforming markdown with remark](./docs/markdown.md)

- [Wrapping a table with a responsive container](./docs/markdown.md#wrapping-a-table-with-a-responsive-container)
- [Style links that match the current page](./docs/markdown.md#style-links-that-match-the-current-page)

### [Transforming html with rehype](./docs/html.md)

### [Reporting and linting with retext](./docs/text.md)

- [Configuring text parser language](./docs/text.md#configuring-text-parser-language)

### Configure options for transforms

Expand Down
2 changes: 1 addition & 1 deletion docs/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function responsiveTables() {
}
```

## Add [aria-current="true"] for links tha match the current page
## Style links that match the current page

```bash
npm install eleventy-plugin-unified unist-util-visit deepmerge
Expand Down

0 comments on commit 7fe10e7

Please sign in to comment.