diff --git a/astro.config.mjs b/astro.config.mjs index 9afef05..d474344 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,4 +11,4 @@ export default defineConfig({ theme: syntaxTheme, }, }, -}) +}); diff --git a/src/content/posts/markdown-cheat-sheet.md b/src/content/posts/markdown-cheat-sheet.md index 654c607..0b66d2a 100644 --- a/src/content/posts/markdown-cheat-sheet.md +++ b/src/content/posts/markdown-cheat-sheet.md @@ -84,9 +84,9 @@ These elements extend the basic syntax by adding additional features. Not all Ma ```json { - "firstName": "John", - "lastName": "Smith", - "age": 25 + "firstName": "John", + "lastName": "Smith", + "age": 25 } ``` diff --git a/src/styles/_header.scss b/src/styles/_header.scss index e3fae39..62bb7cd 100644 --- a/src/styles/_header.scss +++ b/src/styles/_header.scss @@ -6,4 +6,4 @@ > h1 { margin-bottom: calc((16px - 4px) * -1); } -} \ No newline at end of file +}