Perhaps we could share a few Common Mark markdown tags we can use to make our posts more readable.
program code
: <code>
program code </code>
inserted code : <ins>
inserted code </ins>
deleted code : <del>
deleted code </del>
marked text : <mark>
marked text</mark>
This is a spoiler blur : This is a [spoiler]
spoiler[/spoiler]
blur
Keyboard keys Ctrl+k : <kbd>
Ctrl</kbd>
+<kbd>
k</kbd>
Use <
(‘less than’ symbol) instead of a < to keep phases like <username>
from disappearing because they were confused with being a markdown tag.
[quote="username"]
quoted text [/quote]
---
(horizontal rule, must be on its own line and preceding by an extra blank linefeed or it makes the line above into a header)
[grid] ... [/grid]
Arrange images in a table grid instead of 1 image per line. The following grid images have an English and German capture of the same dialogs (although with different database data):
[grid]
![image|690x292](upload://hOXvVbisTXRsELxEf8ljQICh1dz.png)
![image|690x316](upload://uJsWOC2Ups3zd5gIwHabrTpwOve.png)
![image|490x253](upload://d8lVYIc3yTzX1HS1PdP2ovhNXmV.png)
![image|495x344](upload://oMdx2lpQtFE8GPyxet12WHvyrQP.png)
[/grid]