This repository was archived by the owner on Sep 20, 2023. It is now read-only.
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Tables rendering in <details> block in Markdown #2148
Open
Description
Describe the bug
When you open something like this in the app you will see, that table is showing outside <details>
block
Example:
Example details block
Some descriptionTable | Table | Table |
---|---|---|
1 | Text | Text |
2 | Text | Text |
3 | Text | Text |
4 | Text | Text |
Code:
<details><summary>Example details block</summary>
Some description
|Table|Table|Table|
|-----|------|-----|
| 1 |Text|Text|
| 2 |Text|Text|
| 3 |Text|Text|
| 4 |Text|Text|
</details>
To Reproduce
Steps to reproduce the behavior:
- Go to Test tables in <details> rnystromtest/Githawk-Playground#65 in the app
- See the error in the issue description
Expected behavior
The table should be inside details.
Smartphone:
- Device: iPhone6s
- OS: iOS 11.4
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]