The web framework that scales with you — Build fast content sites, powerful web applications, dynamic server APIs, and everything in-between ️ Star to support our work!
Find a file
Matthew Phillips ed85702581
Allow HMX components in markdown (#19)
* Allow HMX components in markdown

This adds support for HMX components in markdown. The mechanism for importing is via frontmatter. We could do this differently (setup script maybe?) but since this was the easiest to implement I thought it was a good first-pass option.

* Remove node-fetch from snowpack config

* Assert that the runtime is created successfully

* Add back in the micromark extension for encoding entities

* Encode both codeTextData and codeFlowValue

* Install snowpack app's deps
2021-03-23 15:20:03 -04:00
.github/workflows Allow HMX components in markdown (#19) 2021-03-23 15:20:03 -04:00
examples/snowpack Allow HMX components in markdown (#19) 2021-03-23 15:20:03 -04:00
src Allow HMX components in markdown (#19) 2021-03-23 15:20:03 -04:00
test Allow HMX components in markdown (#19) 2021-03-23 15:20:03 -04:00
.eslintrc.cjs Fix a few lint errors 2021-03-16 12:43:23 -06:00
.gitignore initial commit 2021-03-15 13:22:05 -04:00
.prettierrc.json Annoying Lint PR™ (#3) 2021-03-16 12:37:45 -06:00
astro.mjs Add a proper cli 2021-03-15 15:26:23 -04:00
LICENSE Bring compiler into Astro (#4) 2021-03-16 16:08:11 -04:00
package-lock.json Use <style lang>, add node_module resolution to Sass 2021-03-23 13:18:14 -06:00
package.json Use <style lang>, add node_module resolution to Sass 2021-03-23 13:18:14 -06:00
snowpack-plugin.cjs Add support for React components. (#18) 2021-03-23 13:47:54 -04:00
tsconfig.json initial commit 2021-03-15 13:22:05 -04:00