Skip to content

Instantly share code, notes, and snippets.

@palaniraja
Last active January 13, 2023 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palaniraja/660403371a123d3719f29c26bf7e615a to your computer and use it in GitHub Desktop.
Save palaniraja/660403371a123d3719f29c26bf7e615a to your computer and use it in GitHub Desktop.
Plantuml mindmap with custom style - leaf nodes without borders
@startmindmap
<style>
node {
LineColor lightgray
}
:depth(2) {
LineColor white
BackgroundColor white
}
:depth(3) {
LineColor white
BackgroundColor white
}
arrow {
LineColor darkgray
}
</style>
* one
* two
* two.one
* two.one.one
* three
* four
@endmindmap
@palaniraja
Copy link
Author

palaniraja commented Jan 13, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment