mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
test: md style preview
This commit is contained in:
parent
f5e8e88dce
commit
29882c8581
4 changed files with 91 additions and 90 deletions
|
@ -7,7 +7,6 @@ import { defineConfig } from 'astro/config'
|
|||
import rehypeExternalLinks from 'rehype-external-links'
|
||||
import rehypeKatex from 'rehype-katex'
|
||||
import remarkMath from 'remark-math'
|
||||
import remarkSectionize from 'remark-sectionize'
|
||||
import UnoCSS from 'unocss/astro'
|
||||
import { themeConfig } from './src/config'
|
||||
import { langMap } from './src/i18n/config'
|
||||
|
@ -54,7 +53,6 @@ export default defineConfig({
|
|||
markdown: {
|
||||
remarkPlugins: [
|
||||
remarkMath,
|
||||
remarkSectionize,
|
||||
remarkReadingTime,
|
||||
],
|
||||
rehypePlugins: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue