📅  最后修改于: 2022-03-11 14:52:57.738000             🧑  作者: Mango
# 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