Commit Graph

12 Commits

Author SHA1 Message Date
Marcus Blättermann
1925ae9683
Install necessary dependencies 2022-12-20 17:51:56 +01:00
Marcus Blättermann
66f7bd5d5c
Add plugin to fix problem with wrapped images
For more details see this issue: https://github.com/mdx-js/mdx/issues/1798
2022-12-20 17:51:56 +01:00
Marcus Blättermann
2d12e13f32
Add plugin to readd support for tables 2022-12-20 17:51:56 +01:00
Marcus Blättermann
343c0054f2
Simplify unnessary adding of id to sections
The slugified section ids are useless, because they can not be referenced anywhere anyway. The navigation only works if the section has the same id as the heading.
2022-12-20 17:51:56 +01:00
Marcus Blättermann
75bccfeec7
Add dependencies for plugin 2022-12-20 17:51:55 +01:00
Marcus Blättermann
52f07e5316
Add SASS support 2022-12-20 17:46:32 +01:00
Marcus Blättermann
08f9d90aa3
Add basic implementation for MDXRemote 2022-12-20 17:46:31 +01:00
Marcus Blättermann
32ac63ce4a
Make sure to use correct Node version 2022-12-20 17:46:31 +01:00
Marcus Blättermann
3690192dbd
Apply Prettier to all files 2022-12-20 17:46:31 +01:00
Marcus Blättermann
b473ff528a
Add prettier 2022-12-20 17:46:31 +01:00
Marcus Blättermann
f00c4f7e19
Install MDX packages
Following: 77b5f79a4d/packages/next-mdx/readme.md
2022-12-20 17:46:30 +01:00
Marcus Blättermann
0bd9be16fa
Run npx create-next-app@13 next-blog 2022-12-20 17:46:30 +01:00