Try using remark.js markdown style

Tags: blogdown remark
Categories: Linux

Remark.js for presentation has many easy-to-use features, especially its powerful macros. So I want to use remark.js to convert my markdown to HTML in blogdown (or Hugo) to avoid remembering different formatting styles. So I made a new template to directly use remark.js to create the final HTML page.

![:color green](This should be green color!) will show This should be green color!

OR

I have .red[red color] will show "I have red color".

It can use blocks right now.

this is a line
another line