svelte-render-md
A library that allows reading of yaml frontmatter from a .md file and rendering the md content as html. MD conversion done using Showdown and YAML parsing done using yaml-js. ## Usage ### Read YAML Frontmatter ``` import { parseContent } from "svelte-rend