ucan-wg / ucan-community-web

UCAN community site
https://ucan.xyz/
Apache License 2.0
38 stars 11 forks source link

Added support for Markdown / MDX-style static pages. #3

Closed jeffgca closed 2 years ago

jeffgca commented 2 years ago

MDSvex is a way to write svelte components using embedded markdown. See:

https://mdsvex.com/

This PR sets up the site's preprocessor to scan for .md files and use them as svelte components, eg:

<script></script>

# Title

Some text

* item 1
* item2

<style></style>