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
Since a plantuml-file is supposed to start with @plantuml, the line of the error within plantuml does not usually correspond to the line of the error in the file. Furthermore, there might be blank lines above that:
So the error line needs to be counted from below the @startuml keyword if there is one.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Summary
Since a plantuml-file is supposed to start with
@plantuml
, the line of the error within plantuml does not usually correspond to the line of the error in the file. Furthermore, there might be blank lines above that:So the error line needs to be counted from below the
@startuml
keyword if there is one.The text was updated successfully, but these errors were encountered: