RGModern
RGModern copied to clipboard
考虑使用bikeshed编写文档
文档:https://speced.github.io/bikeshed
可以使用以下命令将 markdown 文件转换成 html:
%.html : %.md
curl https://api.csswg.org/bikeshed/ -F file=@$< -F force=1 > $@
在VSCode 中使用 live server 插件预览 html 文件。