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

Rowspan doesnt work in tables with multi-markdown plugin v4.0.0 #2345

Closed
danypoup opened this issue Jan 22, 2020 · 0 comments
Closed

Rowspan doesnt work in tables with multi-markdown plugin v4.0.0 #2345

danypoup opened this issue Jan 22, 2020 · 0 comments
Labels
bug It's a bug high High priority issues renderer About the note renderer

Comments

@danypoup
Copy link

Environment

Joplin version: 1.0.178
Platform: Linux
OS specifcs: CentOS 7.7.1908

Steps To Reproduce

  1. Enable multi-markdown plugin through "Tools/Options/Modules"
  2. Create a new note and add a table like this one :
    Type | Info |||
    ---|---|---|---
    Server |
    ^^ | Node | master | slave
    ^^ | Name | server1 | server2
  3. On preview tab, you should check that cells with "^^" are rendered as is and not merged with the "Server" one, like following picture shows (Joplin 1.0.178) :
    rowspan-failure

Describe what you expected to happen:

On preview panel, cells under "Server" should be merged with it, so there should be only 2 lines under header line with "Server" text in first cell spanned on 2 rows, like following picture shows (Joplin 1.0.170) :
rowspan-success

Logfile

Notes

  1. This issue does not exist in v 1.0.170 where multi-markdown plugin is in v3.2.0.
  2. Not tested but I guess that this issue exists since version 1.0.177 when multi-markdown plugin was upgraded from v3.2.0 to v4.0.0.
@laurent22 laurent22 added bug It's a bug high High priority issues renderer About the note renderer labels Jan 22, 2020
@lock lock bot locked and limited conversation to collaborators Jan 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug It's a bug high High priority issues renderer About the note renderer
Projects
None yet
Development

No branches or pull requests

2 participants