Command "include" and "includesub" don't work
Hello, first of all I can say that this plugin is amazing !!
To organize my diagram better, I divide it into same PlantUML files and include it in a main PlantUML diagram using the command ʻinclude`, but it does not work with this plugin. Why not? Am I doing something wrong?
Below how I'm doing ...
1 - First I create the PlantUML file (abc.puml) with a simple diagram:

2 - Add this diagram with "include" command on the main diagram in the markdown (architecture.md), that is part of the docsify documentation:

3 - The result, don't work!

You can help me?!
This would be really nice, specially when we have big pumls that don't look so good inlined :(
This is an oldie - but I would like to bump it :) I'm needing to start every diagram without about 16 lines of theme overrides and would like to just include them instead