First version with notes
This commit is contained in:
parent
cb91e02327
commit
86aef1608b
45 changed files with 7075 additions and 0 deletions
12
astro.config.mjs
Normal file
12
astro.config.mjs
Normal file
|
@ -0,0 +1,12 @@
|
|||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
import remarkAlert from 'remark-github-blockquote-alert';
|
||||
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [],
|
||||
markdown: {
|
||||
remarkPlugins: [remarkAlert]
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue