diff options
author | 2021-06-02 15:54:54 +0000 | |
---|---|---|
committer | 2021-06-02 15:54:54 +0000 | |
commit | 4dd18deab959adaf3f1f31b4e47349a657d273f0 (patch) | |
tree | 95b6c1445036125cae3d44745091f09a76b2f3e5 | |
parent | ffb6380c3fde97e67c94a374d177b7fb4ca809c5 (diff) | |
download | astro-4dd18deab959adaf3f1f31b4e47349a657d273f0.tar.gz astro-4dd18deab959adaf3f1f31b4e47349a657d273f0.tar.zst astro-4dd18deab959adaf3f1f31b4e47349a657d273f0.zip |
[ci] yarn format
-rw-r--r-- | packages/astro/src/frontend/markdown.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/frontend/markdown.ts b/packages/astro/src/frontend/markdown.ts index 3a446092f..d85635334 100644 --- a/packages/astro/src/frontend/markdown.ts +++ b/packages/astro/src/frontend/markdown.ts @@ -1 +1 @@ -export { renderMarkdown } from '../compiler/utils';
\ No newline at end of file +export { renderMarkdown } from '../compiler/utils'; |