Describe the bug
When entering a table in a Markdown element, any text/markdown immediately following the table doesn't appear. The text/markdown following the swallowed element appears as expected.
To Reproduce
Steps to reproduce the behavior:
- Go to https://demos.blazorbootstrap.com/markdown
- Enter the following sample Markdown in the Live Demo text area
# Heading 1
| Heading 1 | Heading 2 | Heading 3 |
|--|--|--|
| Cell A1 | Cell A2 | Cell A3 |
| Cell B1 | Cell B2 | Cell B3<br />second line of text |
## Not visible
##Second
- Review the preview and notice that
## Not visible is not visible
Expected behavior
All the text is included.
Screenshots
Versions (please complete the following information):
- .NET Version: .NET 10
- BlazorBootstrap: 3.5.0
- Blazor WebAssembly / Server: WebAssembly
- Blazor Interactive Render Mode: WebAssembly
- Blazor Interactivity Location: Any
Desktop (please complete the following information):
- OS: macOS, Windows
- Browser: Chrome
- Version: Latest
Describe the bug
When entering a table in a Markdown element, any text/markdown immediately following the table doesn't appear. The text/markdown following the swallowed element appears as expected.
To Reproduce
Steps to reproduce the behavior:
## Not visibleis not visibleExpected behavior
All the text is included.
Screenshots
Versions (please complete the following information):
Desktop (please complete the following information):