ShowdownCSS π¨
Hey there! Welcome to ShowdownCSS, the CSS library made for styling Markdown content parsed by Showdown! π
Spice up your Markdown content! π₯
Features
- Styling for Markdown elements like headers, paragraphs, lists, code blocks, blockquotes, tables, links, and horizontal rules.
- Different themes available, with the default one provided.
Installation
You can include ShowdownCSS in your project using a CDN:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/SH20RAJ/ShowdownCSS@main/showdown.css">
Usage π€
-
First, make sure you have a Markdown file ready to go! π
-
Include ShowdownCSS in your HTML file:
<head> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/SH20RAJ/ShowdownCSS@main/showdown.css"> </head>
-
Wrap your Markdown content in a div with the class
.showdowncontainer
:<div class="showdowncontainer"> <!-- Your Markdown content goes here! --> </div>
-
That's it! π Your Markdown content inside
.showdowncontainer
will now be styledβ¦