You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The component is called Markdown, but it takes HTML instead of Markdown, so it should be called e.g. Html.
Also consider changing the unnecessary wrapper <div>/<span> tag to e.g. <my-html> and removing the custom <my-html> tags in eleventy/preact.js, similarly to how <style id="__twind"></style> is replaced with proper Twind-generated styles. Like this:
The component is called
Markdown
, but it takes HTML instead of Markdown, so it should be called e.g.Html
.Also consider changing the unnecessary wrapper
<div>
/<span>
tag to e.g.<my-html>
and removing the custom<my-html>
tags ineleventy/preact.js
, similarly to how<style id="__twind"></style>
is replaced with proper Twind-generated styles. Like this:The text was updated successfully, but these errors were encountered: