We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reproduction Steps:
Create a table with some empty columns, followed by a sequence diagram:
|id|name|phone|email|address| |:---|:---|:--------|:---------|:----------| |0|bob|911|[email protected]|| |1|alice|248||| ||| User Registration Diagram ![UserRegistration](../assets/img/user_registration.diagram) |||
Expected Behavior: The user registration diagram is created as a sequence diagram after the user table.
Observed Behavior: The ||| in the table that is indicating empty columns is treated as the start of a sequence diagram.
|||
Potential Fixes: Start a sequence diagram exclusively when the triple pipe is the ONLY content of a line. (no preceding or following characters)
The text was updated successfully, but these errors were encountered:
This issue should have been filed against DocDown-Python instead. Leaving this open to add a test for the specific problem (which passes).
Sorry, something went wrong.
No branches or pull requests
Reproduction Steps:
Create a table with some empty columns, followed by a sequence diagram:
Expected Behavior:
The user registration diagram is created as a sequence diagram after the user table.
Observed Behavior:
The
|||
in the table that is indicating empty columns is treated as the start of a sequence diagram.Potential Fixes:
Start a sequence diagram exclusively when the triple pipe is the ONLY content of a line. (no preceding or following characters)
The text was updated successfully, but these errors were encountered: