skip to Main Content

mui typography overide table format – Reactjs

I have a site that imports markdown or mdx files and renders them. I have formatted the normal markdown tables using table: (props) => <Typography variant="table">{props.children}</Typography> this works fine. however, I have a component that wraps a markdown table in…

VIEW QUESTION
Back To Top
Search