Replicate GitHub Flavored Markdown with Tailwind CSS components
This product is a style sheet for rendering content in Github Flavored Markdown (GFM). It provides a way to format the content generated by Hugo and style it using the Markdown class. The product also offers a nested version of the style sheet, generated by a Python script called “nest.py”. This product was inspired by the @apply directive and the concept of creating rules for a Markdown class in Tailwind CSS.
To use this style sheet, follow these steps:
<div class="markdown">
<!-- GFM content here-->
</div>
For nested rules, use the “markdown-nested.css” style sheet generated by the “nest.py” script.
This product provides a style sheet for rendering content as Github Flavored Markdown (GFM). It can be used to style content generated by Hugo by adding the Markdown class to the desired elements. Additionally, a nested version of the style sheet is available for those who prefer nested rules. This product was inspired by the concept of the @apply directive and rules for a Markdown class in Tailwind CSS.