Skip to content

Commit

Permalink
Merge pull request #22 from kuzudb/remove-redundant
Browse files Browse the repository at this point in the history
Revert "Remove redundant package remark-toc"
  • Loading branch information
prrao87 authored Mar 5, 2024
2 parents e2c442e + e51d7d9 commit b02cc04
Show file tree
Hide file tree
Showing 3 changed files with 779 additions and 36 deletions.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import robotsTxt from 'astro-robots-txt';
import { VitePWA } from 'vite-plugin-pwa';
import rehypeKatex from 'rehype-katex'; // relevant
import remarkMath from 'remark-math'; // relevant
import remarkToc from 'remark-toc';

import { manifest } from './src/utils/manifest';

Expand All @@ -23,7 +24,7 @@ export default defineConfig({
theme: 'material-theme-palenight',
wrap: false,
},
remarkPlugins: [remarkMath],
remarkPlugins: [remarkMath, remarkToc],
rehypePlugins: [
[
rehypeKatex,
Expand Down
Loading

0 comments on commit b02cc04

Please sign in to comment.