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

Dropdown summary is not properly rendered. #2041

Closed
1 task done
alitajelsir opened this issue Apr 12, 2020 · 1 comment
Closed
1 task done

Dropdown summary is not properly rendered. #2041

alitajelsir opened this issue Apr 12, 2020 · 1 comment

Comments

@alitajelsir
Copy link

alitajelsir commented Apr 12, 2020

Description

Dropdown summary is not properly rendered.

  • Can you reproduce the issue?

Steps to reproduce

  1. Create a dropdown summary using:
  • 1st ex.:
<details>
    <summary>Test</summary>

- Test 1
- Test 2

</details>
  • 2nd ex.:
<details>
    <summary>Test</summary>
<br>
- Test 1
- Test 2
</details>

Expected behavior:

  • In the 1st ex:
Test
  • Test 1
  • Test 2
  • In the 2nd ex.:
Test
- Test 1 - Test 2

Actual behavior:

  • In the 1st ex. the contents are not considered part of the summary
    Screenshot

  • In the 2nd ex. it's rendered proberly and matched the expected behavior but with that I lose the checklist
    ScreenShot

Versions

  • Mark Text: 0.16.1
  • Operating system:
Operating System: EndeavourOS 
KDE Plasma Version: 5.18.4
KDE Frameworks Version: 5.68.0
Qt Version: 5.14.2
Kernel Version: 5.6.3-2-clear
OS Type: 64-bit
@fxha
Copy link
Contributor

fxha commented Jun 6, 2020

Thank you for reporting the issue. We noticed that this is a duplicate of #2034. You may want to subscribe there for further updates.

@fxha fxha closed this as completed Jun 6, 2020
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