Html – The preferred way to place content inside a custom element as an input to the component?
I'm trying to develop a syntax highlighting web component and it will take content placed inside it and syntax highlight it. So something like this: <fs-highlight data-line-numbers="true" data-language="html"> any content here .... </fs-highlight> This is a prototype implementation and it…