diff options
author | Alexey Shmalko <[email protected]> | 2021-11-30 11:18:08 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-30 10:18:08 +0100 |
commit | f7b72fe7a86eef0b0e9070d5e752b0bf21ac0f3f (patch) | |
tree | 7fc859a2f3ba4db4a7662bc8bb3bf6c560f80af4 /package.json | |
parent | 0ff98bfc93dab79c257b0c84b5dd7c8db37e1590 (diff) |
feat(preview): support footnotes (#172)
Update uniorg-rehype to 0.4.8, which adds support for footnotes.
fixes #170
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index a2d52eb..e90f2fb 100644 --- a/package.json +++ b/package.json @@ -66,8 +66,8 @@ "uniorg-attach": "^0.4.5", "uniorg-extract-keywords": "^0.4.5", "uniorg-parse": "^0.4.5", - "uniorg-rehype": "^0.4.7", - "uniorg-slug": "^0.4.7", + "uniorg-rehype": "^0.4.8", + "uniorg-slug": "^0.4.8", "unist-util-find-after": "^3.0.0", "unist-util-is": "^4.1.0", "use-constant": "^1.1.0", |