-
-
Notifications
You must be signed in to change notification settings - Fork 390
Closed
Labels
Description
Steps to reproduce:
- In an open .sgf file, toggle edit mode with Ctrl-E.
- In the comments area paste in a Markdown table, e.g. the text below.
- Ctrl-E to toggle edit mode doesn't work: edit mode remains. The UI becomes unusable. After zooming the window to full-screen, the board remains at its original size. Clicking on the board produces the stone-click sound, but nothing is visible (no cursor, no new stones, nothing). Ctrl-N brings up a confirmation dialog as usual, but the UI isn't reset for the new file/record.
First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column
Expected behavior: Ideally the table should be rendered as a table by Markdown. As a failsafe, the text should be shown as text. This should not hang the UI.
My environment: Sabaki 0.51.1 on Ubuntu Linux 20.10