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

Triple pipes used in tables incorrectly start a Sequence Diagram #6

Open
iCollin opened this issue Oct 23, 2019 · 1 comment
Open

Comments

@iCollin
Copy link

iCollin commented Oct 23, 2019

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)

@alflanagan
Copy link

This issue should have been filed against DocDown-Python instead. Leaving this open to add a test for the specific problem (which passes).

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

No branches or pull requests

2 participants