8fb1f53e96
This commit fixes the bug when returning an empty Fragment which makes it undefined. This is because unescapeHTML (raw) will create a String object with an 'undefined' string. To fix this we need to check if the `children` is null or undefined before marking a string as raw. |
||
---|---|---|
.. | ||
astro | ||
astro-parser | ||
astro-prism | ||
create-astro | ||
markdown/remark | ||
renderers |