Reply 3 from remote (16:47)
Reply 2 from remote (16:39)
Reply 1 from remote (16:22)
print('single-line of code')
fenced-code-blocks on
(is confused by a [] after the three backticks)
if this
then
that
else
other_thing
endif
Code Block (no lang): [4 spaces and an escaped newline]
if this [4 spaces and an escaped newline]
then [4 spaces and an escaped newline]
that
else
the_other_thing [4 spaces and an escaped newline]
endif
(no spaces before newlines for next block)
fenced-code-blocks off
Code Block (no lang): [4 spaces and an escaped newline]
if this [4 spaces and an escaped newline]
then [4 spaces and an escaped newline]
that
else
the_other_thing [4 spaces and an escaped newline]
endif
(no spaces before newlines for next block)
fenced-code-blocks on
Code Block (no lang): [4 spaces and an escaped newline]
if this [4 spaces and an escaped newline]
then [4 spaces and an escaped newline]
that
else
the_other_thing [4 spaces and an escaped newline]
endif
(no spaces before newlines for next block)
Single line of code: [4 spaces and an escaped newline]
return
[4 spaces and an escaped newline]
New paragraph [2 escaped newlines]
Code Block (no lang): [4 spaces and an escaped newline]
if this [4 spaces and an escaped newline]
then [4 spaces and an escaped newline]
that
else
the_other_thing [4 spaces and an escaped newline]
endif
(no spaces before newlines for next block)
Code Block (python):
if this is not None:
that
else:
other_thing
Assume follow worked
{
"actor": "https://programming.dev/c/test",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"object": {
"id": "https://programming.dev/activities/create/5a782f4a-c892-4eeb-abca-05127db50929",
"actor": "https://endlesstalk.org/u/freamon",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"object": {
"type": "Page",
"id": "https://endlesstalk.org/post/27782033",
"attributedTo": "https://endlesstalk.org/u/freamon",
"to": [
"https://programming.dev/c/test",
"https://www.w3.org/ns/activitystreams#Public"
],
"name": "Code Blocks",
"cc": [],
"content": "<p>Single line of code: [4 spaces and an escaped newline]<br />\n<code>return</code> [4 spaces and an escaped newline]<br />\nNew paragraph [2 escaped newlines]</p>\n<p>Code Block (no lang): [4 spaces and an escaped newline]</p>\n<pre style=\"background-color:#ffffff;\">\n<span style=\"color:#323232;\">if this [4 spaces and an escaped newline] \n</span><span style=\"color:#323232;\">then [4 spaces and an escaped newline] \n</span><span style=\"color:#323232;\">that\n</span><span style=\"color:#323232;\">else\n</span><span style=\"color:#323232;\">the_other_thing [4 spaces and an escaped newline] \n</span><span style=\"color:#323232;\">endif\n</span></pre>\n<p>(no spaces before newlines for next block)</p>\n<p>Code Block (python):</p>\n<pre style=\"background-color:#ffffff;\">\n<span style=\"font-weight:bold;color:#a71d5d;\">if </span><span style=\"color:#323232;\">this </span><span style=\"font-weight:bold;color:#a71d5d;\">is not </span><span style=\"color:#0086b3;\">None</span><span style=\"color:#323232;\">:\n</span><span style=\"color:#323232;\"> that\n</span><span style=\"font-weight:bold;color:#a71d5d;\">else</span><span style=\"color:#323232;\">:\n</span><span style=\"color:#323232;\"> other_thing\n</span></pre>\n",
"mediaType": "text/html",
"source": {
"content": "Single line of code: [4 spaces and an escaped newline] \n`return` [4 spaces and an escaped newline] \nNew paragraph [2 escaped newlines]\n\nCode Block (no lang): [4 spaces and an escaped newline] \n``` [4 spaces and an escaped newline] \nif this [4 spaces and an escaped newline] \nthen [4 spaces and an escaped newline] \nthat\nelse\nthe_other_thing [4 spaces and an escaped newline] \nendif\n``` \n\n(no spaces before newlines for next block)\n\nCode Block (python):\n```Python\nif this is not None:\n that\nelse:\n other_thing\n```",
"mediaType": "text/markdown"
},
"attachment": [],
"commentsEnabled": true,
"sensitive": false,
"published": "2024-03-17T07:49:13.596948Z",
"language": {
"identifier": "en",
"name": "English"
},
"audience": "https://programming.dev/c/test"
},
"cc": [
"https://programming.dev/c/test"
],
"type": "Create",
"audience": "https://programming.dev/c/test"
},
"cc": [
"https://programming.dev/c/test/followers"
],
"type": "Announce",
"id": "https://programming.dev/activities/announce/create/1047a16d-6393-4c2f-a5cc-9eeba4eb43db"
}
Reply 4 from remote (16:53)