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

Markdown not recognized on line after table #7

Open
pdelancie opened this issue Sep 20, 2022 · 0 comments
Open

Markdown not recognized on line after table #7

pdelancie opened this issue Sep 20, 2022 · 0 comments

Comments

@pdelancie
Copy link

Drawdown is great, but I did find one puzzling issue. Let's say you have a markdown table immediately followed by a line that has some character markdown, like this:
| Attribute | Required | Default |\n|-----------|----------| ------- |\n| enabled | No | False |\n| name | Yes | |\n| description | No | <empty string> |\nThis string should be rendered as code.\n
The word string is surrounded by ` (backtick) but drawdown doesn't render it as code.
But if you add another '\n' after the end of the table, making a double line-break then the markdown on the word "string" will be recognized by drawdown and it will be rendered as code.
| Attribute | Required | Default |\n|-----------|----------| ------- |\n| enabled | No | False |\n| name | Yes | |\n| description | No | <empty string> |\n\nThis string should be rendered as code.\n
It's not just the code markdown that doesn't work in this situation, also bold, italic, etc...

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

1 participant