-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When using the default scheme.j2, I get a syntax error as the plantuml preprocessor runs, whenever I have any references present in my dbml spec.
After a little debugging, and reading the plantuml docs, it looks like it should use a double colon ::
rather than a single on the references.
Changing this to:
{{ table.name|indent }} --> {{ ref.table2.name }} :: {% for c in ref.col2 %}
removes the error and my uml diagram renders as I expect.
This also fails when following the instructions in the foliant docs: https://foliant-docs.github.io/docs/tutorials/db/dbml/
Metadata
Metadata
Assignees
Labels
No labels