You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either render the table correctly or render the text generating the table correctly
Actual behaviour
Line breaks for the text rendering the table are not rendered online (probably because the table is considered text and the Markdown syntax ignores single line breaks when rendering normal text)
Server configuration
Operating system:
Web server:
Database:
PHP version:
Nextcloud version: (see Nextcloud admin page)
Where did you install Nextcloud from:
List of activated apps:
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Nextcloud configuration:
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
Client configuration
Browser:
Operating system:
Logs
Nextcloud log (data/owncloud.log)
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered:
Unfortunately this problem is even worse. When editing the file online with the editor, the line breaks are removed from the file.
Setup:
Create a Markdown file with tables on your Desktop (Windows if that matters) and synchronize it to the Cloud.
View the file online (one can now observe that line breaks for the table are not displayed correctly)
Edit the file online (doesn't matter where, I changed something many lines above the table)
The file gets synchronized back to the Client
Now the file on the client also lacks line breaks for the table
Example:
| Heading | Test | Heading | Test |
| --- | :--- | --- | --- |
| Content | | | |
| Content | | | |
| Content | Test | Content | Test |
gets turned into
| Heading | Test | Heading | Test | | --- | :--- | --- | --- | | Content | | | | | Content | | | | | Content | Test | Content | Test |
claell
changed the title
Tables are not rendered correctly in Markdown files
Tables are not displayed correctly in Markdown files and this gets synchronized back to Clients if the file is edited
Mar 13, 2021
claell
transferred this issue from nextcloud/files_texteditor
Mar 13, 2021
I assume that this is the standard text editor app that is used by default when editing text filed (like Markdown) in nextcloud; the one described here under a different name: https://nextcloud.com/blog/nextcloud-introduces-collaborative-rich-text-editor/.
Steps to reproduce
Expected behaviour
Either render the table correctly or render the text generating the table correctly
Actual behaviour
Line breaks for the text rendering the table are not rendered online (probably because the table is considered text and the Markdown syntax ignores single line breaks when rendering normal text)
Server configuration
Operating system:
Web server:
Database:
PHP version:
Nextcloud version: (see Nextcloud admin page)
Where did you install Nextcloud from:
List of activated apps:
Nextcloud configuration:
Client configuration
Browser:
Operating system:
Logs
Nextcloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: