-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
Feature Description
A parsed recipe should have a method to return HTML. We can also include a generic set of CSS that will minimally style these HTML elements, and give guidance for users to further customize it.
Feature Context
The CSS should be rather minimal and only style that which is required. We may even be able to avoid including this. As a low bar, we can try rendering an HTML string and ensure that it renders well enough with a simple Tailwind CSS setup for example. If it renders well with a plain HTML page and/or a HTML page with Tailwind CSS, we may avoid including a CSS file.
Reactions are currently unavailable