I’m currently using Jekyll to create my own blog, which renders Kramdown to html. And I found if I write this code:
{: width="300px" style="float: left; margin-right:5%"}
> A drunk man will find his way home, but a drunk bird may get lost forever.
>
> <cite>-- Shizuo Kakutani</cite>
The border of quote block will disappear like below:
Yes you’re right! But it’s generated automatically from markdown to html. Unfortunately, I’m not familiar with html language. So what should I do to fix it? Thanks!