README
中文版文档
CSS style for markdown.
Where to use?
I use it in my hexo theme hexo-theme-crafts, so you can use it in article or post page.
Preview
Install
Use in Sass/Scss
npm i -D post-style
@import "~post-style";
Use in CSS
<!-- cdn -->
<link rel="stylesheet" href="https://unpkg.com/post-style/lib/post.min.css">