This website requires JavaScript.
Explore
Help
Sign in
michael
/
astro
Watch
1
Star
0
Fork
You've already forked astro
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
58c499dc85
astro
/
test
/
fixtures
/
astro-markdown
/
astro.config.mjs
6 lines
63 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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 19:20:03 +00:00
export
default
{
extensions
:
{
Absorb Snowpack config inside Astro (#32) * Absorb Snowpack config inside Astro * Add basic README * Format tests * Update esbuild * Format tests
2021-03-26 19:14:32 +00:00
'.jsx'
:
'preact'
,
}
,
}
;
Reference in a new issue
Copy permalink