Tooltip allow you to add a hover-text on another text. The syntax is text. You can use fa-info as text, in this case it will use fa-info icon:
这里是需要注意的事项
锚点所有标题(h1、h2 等、Markdown 中的 #)将自动有一个使用 slug 的锚点(像 :、 、 这样的特殊字符被删除,空格被 - 替换)。然后,您可以使用通常的 markdown 语法创建指向此锚点的链接:[link name](#anchor-name)
比如这个锚点
带背景的文本标题专为 Minecraft Forge France 的教程添加,这个是带背景的h2。您可以使用 #anchor-name(title)添加它,其中anchor-name是锚点的名称。然后,您可以使用通常的 markdown 语法创建指向此锚点的链接:[link name](#anchor-name)
您可以使用自定义 css 覆盖样式:
它允许使用漂亮的选项卡显示多种语言。语法有点复杂:
===group \```python print("Hello world!") \``` \```javascript console.log("Hello world!") \``` ===您可以添加两种以上的语言
Note 注意 !!! info [Title(注意这个标题不支持中文)]: A simple note !!! important [Title(注意这个标题不支持中文)]: An important note !!! warning [Title(注意这个标题不支持中文)]: A warning note Can be in multiple line !显示为
Title
A simple note
Title
An important note
Title
A warning note
Can be in multiple line !
您可以通过覆盖 css 来更改颜色
.admonition.important { background: #c0f2e8; } .admonition.important .admonition-title { background: #7de8d2; } .admonition.info { background: #c0dcf2; } .admonition.info .admonition-title { background: #7dbae8; } .admonition.warning { background:#f2d9c0; } .admonition.warning .admonition-title { background:#e8b37d; }管理员 cp -> 外观 -> 自定义内容 -> 自定义 CSS/SASS
nodebb-widget-html-extendedGitHUB:https://github.com/manolino/nodebb-widget-html-extended
这个插件可以让你在侧边栏拥有更丰富的Html编辑能力
npm install nodebb-widget-html-extended