Skip to content

Commit

Permalink
Format code with pre only
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam authored Jul 5, 2023
1 parent 2d6a03e commit fba3bbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proposals/4033-event-thread-and-order.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ property when redacting events.

Example event (changes are highlighted in bold):

<code><pre>{
<pre>{
"content": {
"body": "This is an example text message",
"format": "org.matrix.custom.html",
Expand All @@ -218,11 +218,11 @@ Example event (changes are highlighted in bold):
"age": 1234,
<b>"order": 56764334543</b>
}
}</pre></code>
}</pre>

Example receipt (changes are highlighted in bold):

<code><pre>{
<pre>{
"content": {
"$1435641916114394fHBLK:matrix.org": {
<b>"order": 56764334544,</b>
Expand All @@ -239,7 +239,7 @@ Example receipt (changes are highlighted in bold):
}
},
"type": "m.receipt"
}</pre></code>
}</pre>

We propose:

Expand Down

0 comments on commit fba3bbe

Please sign in to comment.