fix(prettier): white space in mdx files

This commit is contained in:
Stefan Imhoff
2023-04-05 12:51:45 +02:00
parent 7e4e1304e6
commit b63299944c
3 changed files with 24 additions and 24 deletions

View File

@@ -14,7 +14,7 @@
"trailingComma": "es5", "trailingComma": "es5",
"overrides": [ "overrides": [
{ {
"files": "*.md", "files": ["*.md", "*.mdx"],
"options": { "options": {
"singleQuote": false, "singleQuote": false,
"tabWidth": 2 "tabWidth": 2

View File

@@ -4,7 +4,7 @@ title: Colophon
intro: In publishing, a colophon is a brief statement containing information about the publication. intro: In publishing, a colophon is a brief statement containing information about the publication.
--- ---
import { mapping } from '../mdx-components.ts'; import { mapping } from "../mdx-components.ts";
export const components = mapping; export const components = mapping;
The source code of this website is available on [GitHub](https://github.com/kogakure/website-astro-stefanimhoff.de). You are welcome to learn from the source code and reuse code for your projects. Dont steal it. Learn from it. Remix. Reuse. Build your own things. 🤘 The source code of this website is available on [GitHub](https://github.com/kogakure/website-astro-stefanimhoff.de). You are welcome to learn from the source code and reuse code for your projects. Dont steal it. Learn from it. Remix. Reuse. Build your own things. 🤘

View File

@@ -3,7 +3,7 @@ layout: ../layouts/PageLayout.astro
title: Now title: Now
--- ---
import { mapping } from '../mdx-components.ts'; import { mapping } from "../mdx-components.ts";
export const components = mapping; export const components = mapping;
This is my [Now](https://nownownow.com/) page, an idea by [Derek Silvers](https://sive.rs/) for a website with the focus of <q>what this person is focused on at this point in their life.</q> This is my [Now](https://nownownow.com/) page, an idea by [Derek Silvers](https://sive.rs/) for a website with the focus of <q>what this person is focused on at this point in their life.</q>