v2 now uses Astro under the hood !
🔥 New features:
🔧 Fix:
⚠️ Breaking changes:
export default {}
instead of module.exports = {}
https://compiiile.me/#/c/markdown-preview
is now https://compiiile.me/c/markdown-preview
alt
attribute, preceded by a pipe
: ![Alt text|100px](imageUrl)
(the value can be in px
or %
and represents the image’s width).
If no margin must be applied, a special attribute can be added like so: ![Alt text|100px;no-margin](imageUrl)