2021年更新:
该
插件不再维护。 它不适用于较新版本的
GitBook。 该存储库纯粹是出于历史原因而存在。 不会进行进一步的更新。
GitBook插件来显示和运行包含的文件。
在ACE编辑器中查看/编辑代码
在页面中运行代码
1.您可以使用通过NPM安装并将其保存到package.json:
$ npm install
gitbook-plugin-code-editor --save
2.将
插件添加到
book.json配置
{
"plugins": [ "code-editor"]
}
3.在markdown文件中包括codeeditor块。
{% codeeditor src=https://blog.csdn.net/weixin_38171180/article/details/
'https://blog.csdn.net/weixin_38171180/article/HTML/4Elements/forms/select.html
' %}
{% endcodeeditor %}