Aurélien Tisné (atisne)2022-05-24 08:59 Markdown is now available. (Great.) This ticket can be closed.
Aurélien Tisné (atisne)2018-07-25 17:41 Your remark is important. Whitespaces at the beginning of the lines may be useful. Especially to structure ideas: - first item - sub item - sub sub item - second item Currently, beginning whitespaces are kept but regrettably not displayed on the view mode. Trailing whitespaces are useless (I think).
Thomas Gerbet (tgerbet)2018-07-25 16:31 Hi, I confirm. You can work around it by using the HTLM format. I just took a quick look on what's going on behind the scene: the content is retrieved with Node.textContent so the newlines are indeed lost. We should probably use Node.innerText instead to keep the new lines [0]. The content will still be changed a bit (e.g. we will lost whitespaces at the beginning or at the end of lines) but closer to what's being displayed to the user. To keep the exact same content we would need to inject somewhere in the DOM the raw text content, I'm not sure we need to go this far. [0] http://perfectionkills.com/the-poor-misunderstood-innerText/ Status changed from New to VerifiedReported in version changed from 10.3 to All
Aurélien Tisné (atisne)2018-07-25 15:38Original Submission Show diff Switch to markup diff Something went wrong, the follow up content couldn't be loaded Only formatting have been changed, you should switch to markup to see the changes