Hi!
I’m currently working with Congo theme that uses Tailwind CSS.
After building the theme CSS from the source I stumbled upon an issue that neither front matter variable or content is rendered with appropriate styles through markdown processor (goldmark).
For example front matter variable
content: "
1. List item
2. List item
3. List item
"
This is what I see in browser.
As far as I understand it renders using Tailwind default styles and I am not sure why it is not processed as markdown content despite using markdownify
function. I can manually add inline styles that are required in layout files but it doesn’t feel like the right way at all
It’s my first theme customization and I am not sure where to look to achieve desired behavior.
Any help is appreciated!