summaryrefslogtreecommitdiff
path: root/packages/markdown/remark/src
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2022-07-14 16:06:50 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-07-14 16:06:50 +0000
commitcea2063a94fe985310de5daa4a33f682f41115ba (patch)
treeebaaa2b3035ca594a1c2f49bd84f3132aa3ce83d /packages/markdown/remark/src
parent01a55467d561974f843a9e0cd6963af7c840abb9 (diff)
downloadastro-cea2063a94fe985310de5daa4a33f682f41115ba.tar.gz
astro-cea2063a94fe985310de5daa4a33f682f41115ba.tar.zst
astro-cea2063a94fe985310de5daa4a33f682f41115ba.zip
[ci] format
Diffstat (limited to 'packages/markdown/remark/src')
-rw-r--r--packages/markdown/remark/src/ssr-utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown/remark/src/ssr-utils.ts b/packages/markdown/remark/src/ssr-utils.ts
index 4f099307f..1491e24a5 100644
--- a/packages/markdown/remark/src/ssr-utils.ts
+++ b/packages/markdown/remark/src/ssr-utils.ts
@@ -5,4 +5,4 @@ const slugger = new Slugger();
/** @see {@link "/packages/astro/vite-plugin-markdown"} */
export function slug(value: string): string {
return slugger.slug(value);
-} \ No newline at end of file
+}