📜  将 markdown 转换为样式化的 html 代码示例

📅  最后修改于: 2022-03-11 14:52:57.738000             🧑  作者: Mango

代码示例1
# https://github.com/mixu/markdown-styles
mkdir input/
echo "# Hello world\n YOLO" > input/index.md
generate-md --layout github --input ./input --output ./output
google-chrome ./output/index.html