digitalmars.D - Forum: Reply: re-indentation broken with quotes?
- kdevel (10/21) Nov 27 2022 Don't know since when but when I click at reply on the post
- ryuukk_ (4/4) Nov 27 2022 That should be relatively easy to fix
- rikki cattermole (3/4) Nov 27 2022 Not a forum, but yes.
- ryuukk_ (3/7) Nov 28 2022 Thanks, time to undust my old web skills
- Mike Parker (3/5) Nov 27 2022 For future reference, there's a link at the bottom of every forum
- cc (8/17) Nov 28 2022 Had a similar but different problem with quotes, this doesn't
- Tejas (7/30) Nov 28 2022 ```
- Vladimir Panteleev (4/17) Nov 28 2022 Yes, this is just CommonMark being weird. GitHub does the same
- Vladimir Panteleev (8/13) Nov 28 2022 The forum is behaving correctly, Ali's post is just weird. Click
Don't know since when but when I click at reply on the post https://forum.dlang.org/post/tlt15t$tov$1 digitalmars.com the quotes look likeinstead ofI would like to know if there is a representation of thatominous"invalid state" in terms of bits and bytes. Well, it doesn'thave to.orI would like to know if there is a representation of that ominous "invalid state" in terms of bits and bytes. Well, it doesn't have to.It seems that the reply function cannot correctly group lines of quotes into paragraphs. Reminds me of the famous format=flowed issues [1] (trailing space on a line means: join the line with the next one.) [1] https://joeclark.org/ffaq.htmlI would like to know if there is a representation of that ominous "invalid state" in terms of bits and bytes. Well, it doesn't have to.
Nov 27 2022
That should be relatively easy to fix Is the forum open source? I also wish quotes were better displayed, it is easy to miss a non-quote message in between quotes..
Nov 27 2022
On 28/11/2022 10:23 AM, ryuukk_ wrote:Is the forum open source?Not a forum, but yes. https://github.com/CyberShadow/DFeed
Nov 27 2022
On Sunday, 27 November 2022 at 21:33:05 UTC, rikki cattermole wrote:On 28/11/2022 10:23 AM, ryuukk_ wrote:Thanks, time to undust my old web skillsIs the forum open source?Not a forum, but yes. https://github.com/CyberShadow/DFeed
Nov 28 2022
On Sunday, 27 November 2022 at 21:23:09 UTC, ryuukk_ wrote:That should be relatively easy to fix Is the forum open source?For future reference, there's a link at the bottom of every forum page, 'About this forum'.
Nov 27 2022
On Sunday, 27 November 2022 at 20:25:59 UTC, kdevel wrote:Don't know since when but when I click at reply on the post https://forum.dlang.org/post/tlt15t$tov$1 digitalmars.com the quotes look likeHad a similar but different problem with quotes, this doesn't look correct: ``` a saidb said``` a saidhellono, goodbyeb said![image](https://i.vgy.me/qqj6YA.png)hellono, goodbye
Nov 28 2022
On Monday, 28 November 2022 at 14:11:12 UTC, cc wrote:On Sunday, 27 November 2022 at 20:25:59 UTC, kdevel wrote:``` a saidDon't know since when but when I click at reply on the post https://forum.dlang.org/post/tlt15t$tov$1 digitalmars.com the quotes look likeHad a similar but different problem with quotes, this doesn't look correct: ``` a saidb said``` a saidhellono, goodbyeb said![image](https://i.vgy.me/qqj6YA.png)hellono, goodbyeb saidhellono, goodbye``` a saidb saidhellono, goodbyeNewlines help eliminate the error so I suggest using them as a stopgap
Nov 28 2022
On Monday, 28 November 2022 at 14:11:12 UTC, cc wrote:Had a similar but different problem with quotes, this doesn't look correct: ``` a saidYes, this is just CommonMark being weird. GitHub does the same thing: https://github.com/CyberShadow/Test2/issues/2b said``` a saidhellono, goodbyeb said![image](https://i.vgy.me/qqj6YA.png)hellono, goodbye
Nov 28 2022
On Sunday, 27 November 2022 at 20:25:59 UTC, kdevel wrote:It seems that the reply function cannot correctly group lines of quotes into paragraphs. Reminds me of the famous format=flowed issues [1] (trailing space on a line means: join the line with the next one.) [1] https://joeclark.org/ffaq.htmlThe forum is behaving correctly, Ali's post is just weird. Click "View source" and notice that the quoted lines are space-stuffed. This syntax tells user-agents that the > character should be handled verbatim, and not as a quote indicator. I think Thunderbird makes it easy to do this accidentally by copying and pasting text. It has a separate "Paste as quotation" action to paste proper quoted text.
Nov 28 2022