Skip to content

Version 0.5.5

Compare
Choose a tag to compare
@HPouyanmehr HPouyanmehr released this 10 Jul 16:40
· 66 commits to main since this release
v0.5.5
bf95e47

Fix bugs on a null value.

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'.