Post APUPK50SyqBQq5lgzw by barefootstache@qoto.org
(DIR) More posts by barefootstache@qoto.org
(DIR) Post #APTTWzw5LjRTXIAsNc by peterdrake@qoto.org
2022-11-10T22:16:34Z
0 likes, 0 repeats
Is there a way to format block code using markdown on #qoto? Triple backticks don’t seem to work:def mean(a, b): sum = a + b return sum / 2
(DIR) Post #APTTX0OReI7wxFRWaG by trinsec@qoto.org
2022-11-10T22:18:10Z
0 likes, 0 repeats
@freemo Markdown code needs some looking at, it’s got some bugs including this one.@peterdrake
(DIR) Post #APTTX0r9vX60OIsSLA by freemo@qoto.org
2022-11-10T22:22:44Z
0 likes, 0 repeats
@trinsecIll play with this.@peterdrake
(DIR) Post #APTTgeDSxQfN4MuCUi by s_gruppetta@qoto.org
2022-11-10T22:23:23Z
0 likes, 0 repeats
@trinsec @freemo @peterdrake Also, non-QOTO users will see this as plain text (without the markdown characters) - it would be ideal if they say the markdown rather than plain text
(DIR) Post #APTTgevmIg6zHndaYy by s_gruppetta@qoto.org
2022-11-10T22:23:55Z
0 likes, 0 repeats
@trinsec @freemo @peterdrake *saw (until the Edit button comes)
(DIR) Post #APTTgfOqYbMcjxEns8 by freemo@qoto.org
2022-11-10T22:24:29Z
0 likes, 0 repeats
@s_gruppettaThats largely for your instance’s software to decide. Gargron refused to render the markdownn, other clients might render it.@trinsec @peterdrake
(DIR) Post #APTTmY74Yt1TsWjGLI by s_gruppetta@qoto.org
2022-11-10T22:25:36Z
0 likes, 0 repeats
@freemo @trinsec @peterdrake I see! It’s a shame that the raw markdown is not passed on to non-markdown servers
(DIR) Post #APTTqv5h4ZwYIjAUJk by freemo@qoto.org
2022-11-10T22:26:22Z
0 likes, 0 repeats
@s_gruppettaOh no it is passed on to the server. your server just ignores it and drops it and refuses to render it.@trinsec @peterdrake
(DIR) Post #APTU0X39JO2adQYs64 by trinsec@qoto.org
2022-11-10T22:26:32Z
0 likes, 0 repeats
@s_gruppetta @freemo @peterdrake I noticed that too. If markdown won’t render, at least keep the markdown adornments intact? What actually happens there for them to strip off the characters?
(DIR) Post #APTU0XbtEDpWNAocFM by freemo@qoto.org
2022-11-10T22:28:06Z
0 likes, 0 repeats
@trinsecThe markdown is passed onto other servers… its just mastodon explicitly drops it and any styling because gargron said he likes it that way.@s_gruppetta @peterdrake
(DIR) Post #APTU4EWU8UZgKj327E by trinsec@qoto.org
2022-11-10T22:28:46Z
0 likes, 0 repeats
@freemo @s_gruppetta @peterdrake So all the markdown characters is purposely removed on mastodon.social?
(DIR) Post #APTZCfkHJ5YKqkLK88 by trinsec@qoto.org
2022-11-10T22:31:57Z
0 likes, 0 repeats
@freemo @s_gruppetta @peterdrake That’s actually kinda the dumbest thing I’ve heard. Since markdown is still readable and you could infer intent.. I know I’m probably preaching to the choir here but damn.
(DIR) Post #APTZCgMD23tUkO5cFk by freemo@qoto.org
2022-11-10T23:26:18Z
1 likes, 0 repeats
@trinsecYup on other mastodon instances in general the markdown is stripped when they get it.@s_gruppetta @peterdrake
(DIR) Post #APUPK50SyqBQq5lgzw by barefootstache@qoto.org
2022-11-11T09:10:21Z
0 likes, 1 repeats
I did start writing up a grease monkey script that would render markdown within mastodon on other instances. Though only works in the browser and as much as I see client based have their own render rules.@freemo @trinsec @s_gruppetta @peterdrake