Skip to content

v0.5.7

Compare
Choose a tag to compare
@HPouyanmehr HPouyanmehr released this 27 Apr 18:40
· 65 commits to main since this release
v0.5.7
94be1bb

Update the dependencies to the latest available semantic version.

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