,
+ tr: ({ children }) => {children},
+ th: ({ children }) => {children},
+ td: ({ children }) => {children},
// the headings used in markdown don't match our page so mapping them to the appropriate one
- heading: ({ level, children }: { level: number; children: React.ReactNode[] }) => {
- switch (level) {
- case 1:
- return