diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-10-23 02:10:32 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-10-23 02:10:32 +0300 |
commit | 9fe22ea6481754a4d68d9f01beb2c26412a2eb07 (patch) | |
tree | 131883704b96b30a8662e4cda61c76837a765068 /package.json | |
parent | 6e6c4860d2dc3ff89b29878f196eda3e62d64486 (diff) | |
download | benzin-next-9fe22ea6481754a4d68d9f01beb2c26412a2eb07.tar.gz |
feat: autolink headings
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index fe6f347..fd93f65 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,8 @@ "react-dom": "18.2.0", "react-markdown": "^8.0.3", "react-syntax-highlighter": "^15.5.0", + "rehype-autolink-headings": "^6.1.1", + "rehype-slug": "^5.0.1", "remark-gemoji": "^7.0.1", "remark-gfm": "^3.0.1", "unist-util-visit-parents": "^5.1.1" |