goldlabel-apps/docsify

MarkDown Render Component

Opened this issue · 0 comments

.jsx file which takes an object which looks like the json below and renders it using the correct library so it looks noice

{
    title: "A Page Title",
    icon: "icon.svg",
    markdown: '"## Markdown String',
    ...etc,
}