Skip to content

v1.0.1

Compare
Choose a tag to compare
@HPouyanmehr HPouyanmehr released this 18 May 16:18
· 34 commits to main since this release
v1.0.1
dfd3925

Add the 'null' type as a valid type for the component children.

Available markdown components up to this release:

  • a will be rendered with the MUI Link component.
  • Headings (h1 to h6) will be rendered with the MUI Typography component.
  • Paragraphs (p) will be rendered with the MUI Typography component.
  • Buttons (button tag or MUI Button component) will be rendered with the MUI Button component.
  • Lists (ul and/or ol tags) will be rendered with the MUI List component.
  • Inline codes will be rendered with custom styles.
  • Code blocks and syntax are highlighted with the help of 'prism-react-renderer'.