Warning! Medium Forum Skill
There are couple of extra formatting features that aren’t in the reply window.
Horizontal Line
That’s simply three dashes (-), asterisks (*), or underscores (_) in a row, all by themselves on a line.
---
***
___
And they’ll all make this same line:
Strikethrough
To get a bit of strikethrough on the go just wrap want you what struck in double tildes (~), like so:
~~strikethrough a whole load of stuff~~
strikethrough a whole load of stuff
ETA: And these are great:
And the codes for these are:
<big>Big Text</big>
<small>Small Text</small>
They are html though, so if you want to add italic (etc) to it as well you’d have to use the <i></i>
style tags to keep it consistent.
Eg. <i><big>Big Text</big></i>
Big Text
Extra Emphasis in Bold
For this, wrap underscores (_) around the stressed word(s), like so:
**This is _super-duper important_.**
This is super-duper important.
Warning! These get trickier the bigger they are
Tables
To make a table you use the pipe (|) to separate your text into columns. It can get rather fiddly, but the Preview pane is your friend (and the one on a pc is especially useful). It’s probably easier to demonstrate:
Model | Duo | Premium | Classic
--- | --- | --- | --- |
**Intensities:** | 12 | 12 | 8
**Price:** *(Aug20)* | £179.99 | £169.99 | £119.99
Model | Duo | Premium | Classic |
---|---|---|---|
Intensities: | 12 | 12 | 8 |
Price: (Aug20) | £179.99 | £169.99 | £119.99 |
Note It seems to only like dashes (-) for the table header, so stick to those.
You can also embed links in any of the text as well, and if you make a wide one it’ll let people scroll sideways on it on their phones.
ETA: You can also align the text in the columns by adding a : (colon) to the ---- | ----
Like so:
Left | Right | Centre
:--- | ---: | :---:
This should be Left aligned | This should be Right aligned | And this will be Centre
Left | Right | Centre |
---|---|---|
This should be Left aligned | This should be Right aligned | And this will be Centre |
Don’t know if anyone will find this useful, but it’s there if you need it.
And don’t forget about the Sandbox if you want to have a play around.
Edited to add: @Unifex has suggested this Top Tip to make using Tables a lot easier.