Skip to content
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
@ismetanin

Description

@ismetanin

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 description
Table 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:

  1. Go to Test tables in <details> rnystromtest/Githawk-Playground#65 in the app
  2. See the error in the issue description

Expected behavior
The table should be inside details.

Screenshots
img_63108cace60f-1

Smartphone:

  • Device: iPhone6s
  • OS: iOS 11.4
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✏️ markdownIssues with the markdown presentation within the app✨ good first issueAn issue suitable for someone looking to get familiar with the codebase🐛 bugUnintended behaviour within the app

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions