We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
文档:https://speced.github.io/bikeshed
可以使用以下命令将 markdown 文件转换成 html:
%.html : %.md curl https://api.csswg.org/bikeshed/ -F file=@$< -F force=1 > $@
在VSCode 中使用 live server 插件预览 html 文件。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
文档:https://speced.github.io/bikeshed
可以使用以下命令将 markdown 文件转换成 html:
在VSCode 中使用 live server 插件预览 html 文件。
The text was updated successfully, but these errors were encountered: