This commit is contained in:
2026-02-24 22:13:00 +01:00
parent 7576f6bcf6
commit d3d8e60a25
47 changed files with 1352 additions and 193 deletions

View File

@@ -1,5 +1,6 @@
// @ts-check
import { defineConfig } from "astro/config";
import { remarkModifiedTime } from './src/remark-modified-time.mjs';
import remarkMath from "remark-math";
import rehypeMathjax from "rehype-mathjax"
import rehypeCallouts from "rehype-callouts";
@@ -13,6 +14,7 @@ export default defineConfig({
integrations: [mdx()],
markdown: {
remarkPlugins: [
remarkModifiedTime,
remarkMath, [
remarkKroki, {
alias: ["mermaid", "tikz"],