Skip to content
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
@hiroshi-maeda

Description

@hiroshi-maeda

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.
934c2c1d74a0fa88cde5f9c34e56afddace63269

I wonder if you still support this plugin and could fix this issue. Or could give us a tip how to fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions