This commit is contained in:
parent
6439559017
commit
7aa1fd2372
31 changed files with 1939 additions and 12 deletions
|
|
@ -13,6 +13,7 @@ import remarkCallouts from "./src/remark/callouts.mjs";
|
|||
import remarkCodeFenceLanguages from "./src/remark/code-fence-languages.mjs";
|
||||
import remarkInlineFootnotes from "./src/remark/inline-footnotes.mjs";
|
||||
import remarkSemanticBlocks from "./src/remark/semantic-blocks.mjs";
|
||||
import remarkSymbols from "./src/remark/symbols.mjs";
|
||||
import remarkTypography from "./src/remark/typography.mjs";
|
||||
import { ACTIVE_BLOG_SITE } from "./src/blog-sites.js";
|
||||
|
||||
|
|
@ -24,6 +25,7 @@ const remarkPlugins = [
|
|||
remarkMath,
|
||||
remarkTypography,
|
||||
remarkCallouts,
|
||||
remarkSymbols,
|
||||
];
|
||||
const rehypePlugins = [rehypeKatex];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue