disclaimer about code that is not mine

This commit is contained in:
2025-02-19 00:35:08 -05:00
parent 0d30048b10
commit 482f5f90c0
11 changed files with 30 additions and 69 deletions

View File

@@ -3,6 +3,9 @@ import { toString as nodeToString } from "hast-util-to-string";
import { refractor } from "refractor";
import tsx from "refractor/lang/tsx.js";
/*
* Code from andii.dev
*/
refractor.register(tsx);
export const mdxPrism = () => {