aboutsummaryrefslogtreecommitdiffstats
path: root/dev-docs/src/theme/MDXComponents.js
blob: 35234301fbf1abddfa9e00a1861247158592f92f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Import the original mapper
import MDXComponents from "@theme-original/MDXComponents";
import Highlight from "@site/src/components/Highlight";

export default {
  // Re-use the default mapping
  ...MDXComponents,
  // Map the "highlight" tag to our <Highlight /> component!
  // `Highlight` will receive all props that were passed to `highlight` in MDX
  highlight: Highlight,
};
href='/kj-diagramming/commit/packages/excalidraw/fonts/LiberationMono/index.ts?id=3405a99e48dbf016c66665566fbe102b5dadce7e&follow=1'>refactor: packages/excalidraw/fonts/LiberationMono/kj_sh6042-0/+9 2026-03-17refactor: packages/excalidraw/fonts/JetBrainsMono/kj_sh6042-0/+9 2026-03-17refactor: packages/excalidraw/fonts/AdwaitaSans/kj_sh6042-0/+9 2026-03-17refactor: packages/excalidraw/fonts/Fonts.tskj_sh6041-0/+10 2026-03-17refactor: packages/excalidraw/fonts/FontMetadata.tskj_sh6041-1/+46 2026-03-17refactor: packages/excalidraw/constants.tskj_sh6041-0/+5 2026-03-15refactor: grammar updateskj_sh6041-1/+1 2026-03-15refactor: update READMEkj_sh6041-1/+1 2026-03-15refactor: CONTRIBUTING.mdkj_sh6041-3/+0