In-reply-to » @quark Not a bug. All lines starting with "> " are stripped. (This is done to remove the quoted stuff that is initially appended at the bottom when you reply to a twt.) What you’re writing here is not Markdown, it’s just “text”. The only special processing that jenny does now is that multi-paragraph thingy. (This is in contrast with yarn.social, which renders everything as Markdown, I think?)

@quark@ferengi.one Yeah, I get what you mean (I think). So jenny should probably simply replace all newlines with a U+2028. 🤔 That would require some more changes, but maybe it’s the cleanest solution. I’ll think about this.

⤋ Read More