This repository was archived by the owner on Apr 28, 2025. It is now read-only.
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Plugin is not working with [!include] directive #20
Closed
Description
In our documentation build system we are using Honkit with your plugin.
We tried to use [!include] directive
The files we tested are as follows.
test.md
@startuml
!include test.pu
@enduml
test.pu
@startuml
interface List
List : int size()
List : void clear()
List <|.. ArrayList
@enduml
The generated svg resulted in an error.
I wonder if you still support this plugin and could fix this issue. Or could give us a tip how to fix it.