Add roadmap rendering

This commit is contained in:
Kamran Ahmed
2021-08-29 21:29:14 +02:00
parent 74ef38cdb6
commit 67b8af3f6b
14 changed files with 121 additions and 45 deletions

View File

@ -10,6 +10,7 @@ import { BadgeLink } from './badge-link';
import Ul from './ul';
import Li from './li';
import PremiumBlock from './premium-block';
import { Code } from '@chakra-ui/react';
const MdxComponents = {
p: P,
@ -20,6 +21,7 @@ const MdxComponents = {
table: Table,
iframe: IFrame,
img: Img,
code: Code,
BadgeLink: BadgeLink,
PremiumBlock: PremiumBlock,
ul: Ul,