You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking back, one has to say that the idea wasn't a very happy or good one. The workaround of putting an empty Asciidoc document in an empty folder is much better!
Situation
When wrring subdocument.adoc like this:
The files is not correct rendered (neither ASP nor by native asciidoc)
Analyze
The problem is the base class calculation! The empty folder will be used as the new base and so the diagram will not be found.
Wanted
Improve the base directory resolution
Solution
Workaround: Just add an empty asciidoc file - e.g.
pseudo.adoc
and the resolution will work again.A real solution is still open
The text was updated successfully, but these errors were encountered: