@startmindmap
skinparam defaultFontName "Sarasa Mono SC"
skinparam backgroundColor #1e1e1e
skinparam roundcorner 1
!$cFontColor= "#f4f4f4"
!$cFontSize ="10"
!$cLineColor= "#808080"
!$cLineThickness = "1"
!$cNodeBGColor = "#848482"
<style>
mindmapDiagram {
FontColor $cFontColor
FontSize $cFontSize
LineColor $cLineColor
LineThickness $cLineThickness
node {
BackGroundColor $cNodeBGColor
LineColor $cLineColor
Padding 5
Margin 5
}
:depth(1) {
BackGroundColor $cNodeBGColor
LineColor $cLineColor
RoundCorner 30
FontSize $cFontSize
FontColor $cFontColor
}
:depth(2) {
BackGroundColor $cNodeBGColor
FontSize $cFontSize
LineColor $cLineColor
}
}
</style>
* 0
** Ubuntu
*** Linux Mint
**[#00ffaa] custom
** 多行中使用分号;
***:template <typename T>
class cname{
void f1()<U+003B>
...
};
** 表格
***:Here is the result
|= |= table |= header |
| a | table | row |
|<#FF8080> red |<#80FF80> green |<#8080FF> blue |
<#yellow>| b | table | row |;
** 插入图片
***_ <img:img.png>
** 字体样式
***:
This is **bold**
This is //italics//
This is ""monospaced""
This is --stroked--
This is __underlined__;
*** 123
**** 1234
**** 1234
@endmindmap