Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activity diagram throws error inside needuml directive #649

Closed
MohSam1 opened this issue Jul 19, 2022 · 1 comment · Fixed by #650
Closed

Activity diagram throws error inside needuml directive #649

MohSam1 opened this issue Jul 19, 2022 · 1 comment · Fixed by #650
Assignees
Labels

Comments

@MohSam1
Copy link

MohSam1 commented Jul 19, 2022

There are syntax errors when activity diagram is realized inside a needuml directive. Below is the code and the corresponding error.

.. needuml::

    start
    :Some Action;
    :Some Other Action;
    note 
    hello welcome to Note
    these are multi line!!
    endnote
    end

WARNING: error while running plantuml
b'ERROR\r\n3\r\nSyntax Error?\r\nSome diagram description contains errors\r\n'

@haiyangToAI
Copy link
Contributor

Hi @MohSam1,

Thanks for reporting this.

The problem is allowmixing. For directive needuml, it has allowmixing configured by default. But this syntax allowmixing is not allowed for activity diagram.

Will fix it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants