summaryrefslogtreecommitdiff
path: root/packages/markdown/remark/src/index.ts
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2022-06-10 03:33:13 +0000
committerGravatar github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2022-06-10 03:33:13 +0000
commit4eb39d57b97b02280588a992de6b77153b24f2bb (patch)
tree9cadb2d246e46ad86795f72cb7df58536ca2d47d /packages/markdown/remark/src/index.ts
parent7f5e71982dc39607339da005457bb32aa4cf96f2 (diff)
downloadastro-4eb39d57b97b02280588a992de6b77153b24f2bb.tar.gz
astro-4eb39d57b97b02280588a992de6b77153b24f2bb.tar.zst
astro-4eb39d57b97b02280588a992de6b77153b24f2bb.zip
[ci] format
Diffstat (limited to 'packages/markdown/remark/src/index.ts')
-rw-r--r--packages/markdown/remark/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown/remark/src/index.ts b/packages/markdown/remark/src/index.ts
index a11419474..817174e4c 100644
--- a/packages/markdown/remark/src/index.ts
+++ b/packages/markdown/remark/src/index.ts
@@ -101,7 +101,7 @@ export async function renderMarkdown(
.use(rehypeEscape)
.use(rehypeIslands)
.use([rehypeCollectHeaders])
- .use(rehypeStringify, { allowDangerousHtml: true })
+ .use(rehypeStringify, { allowDangerousHtml: true });
let result: string;
try {