Some web apps (especially GitHub) renders web pages dynamically like SPA.
However, this plugin doesn't render a diagram of PlantUML code inserted dynamically.
So, I would recommend this plugin to detect DOM changes by watching DOM periodically (e.g. per 5 sec?) in order to render such a diagram.
Reproduction step
- Open https://github.com/dai0304/pegmatite
- Click Issues
- Click this issue
- Confirm the plugin doesn't render the following PlantUML code
(If you open this issue page directly by entering the URL, then this plugin works well)
@startuml
[*] --> State1
State1 --> [*]
State1 : this is a string
State1 : this is another string
State1 -> State2
State2 --> [*]
@enduml