Blog
Services
Docs
Donate
Status
English
Bahasa Indonesia
Deutsch
English
Español
Esperanto
Filipino
Français
Italiano
Latviešu
Magyar nyelv
Nederlands
Plattdüütsch
Polski
Português de Portugal
Português do Brasil
Slovenščina
Suomi
Svenska
Türkçe
Čeština
Ελληνικά
Български
Русский
Українська
فارسی
日本語
简体中文
繁體中文(台灣)
繁體中文(香港)
한국어
Ark
Search
Create
Migrate
Explore
Login
Blog
Docs
Status
Explore
Login
Ark
Infrastructure
/
astro
Watch
0
Fork
You've already forked astro
0
mirror of
https://github.com/withastro/astro.git
synced
2025-03-03 22:57:08 -05:00
Code
Issues
Activity
077fceabcb
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 15:20:03 -04: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 13:14:32 -06:00
'.jsx'
:
'preact'
,
}
,
}
;
Reference in a new issue
Copy permalink