jaredkrinke / md2blog

Zero-config static site generator for dev blogs
https://jaredkrinke.github.io/md2blog/
Other
49 stars 3 forks source link

Blockquote css #23

Open 4kelly opened 2 years ago

4kelly commented 2 years ago

This markdown:

> Amended: 2022-01-06

Generates this HTML

<blockquote>
<p>Amended: 2022-01-06</p>
</blockquote>

But there is no styling, so it sorta just looks improperly indented.

See bottom of this post: https://4kelly.com/posts/software/md_file_templater

jaredkrinke commented 2 years ago

I should add some styling using CSS, thanks!