Test 思维导图: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
// 定义节点,URL 指定要跳转的页面 | // 定义节点,URL 指定要跳转的页面 | ||
"中心主题" [URL="{{fullurl:中心主题页面}}", tooltip="点击进入“中心主题”页面"]; | "中心主题" [URL="{{fullurl:中心主题页面}}", tooltip="点击进入“中心主题”页面"]; | ||
"分支一" [URL=" | "分支一" [URL="Excel_macro_to_extract_comments"]; | ||
"分支二" [URL=" | "分支二" [URL="How_to_disable_windows_10_desktop_ads"]; | ||
// 定义连线 | // 定义连线 | ||
Line 14: | Line 14: | ||
} | } | ||
</graphviz> | </graphviz> | ||
<pre> | |||
{{#mermaid: | |||
mindmap | |||
root((正当防卫)) | |||
要件 | |||
攻击正在进行 | |||
防卫必要性 | |||
效果 | |||
免除责任 | |||
限制 | |||
过当防卫 | |||
}} | |||
</pre> | |||
Mermaid 本身支持 mindmap。[https://github.com/SemanticMediaWiki/Mermaid mermaid] 拓展不支持 mindmap。 | |||
[[Category: Test]] |
Latest revision as of 17:23, 29 September 2025

{{#mermaid: mindmap root((正当防卫)) 要件 攻击正在进行 防卫必要性 效果 免除责任 限制 过当防卫 }}
Mermaid 本身支持 mindmap。mermaid 拓展不支持 mindmap。