This is a guide to styling your comments on the site. In each section, you'll see a block of raw comment text followed by how that comment would look once it's been posted to the site.
In order to start a new paragraph, you must have an emtpy line:
This will appear
all on one line.
However, this is a separate paragraph.
This will appear all on one line.
However, this is a separate paragraph.
Raw URLs get linked automatically:
https://www.girlswithmuscle.com
https://www.girlswithmuscle.com
Long URLs get truncated:
https://www.girlswithmuscle.com?this_is_a_very_long_link
https://www.girlswithmuscle.com?this_is_a_ver...
[Click me](https://www.girlswithmuscle.com)
> Quoted text
Quoted text
>> Inner quote
> Outer quote
Inner quote
Outer quote
**Bold text**
*Italics*
<del>Strikethrough</del>
Bold text
Italics
Strikethrough
Note that you must have an empty line before the start of your list in order for it to render properly.
* Bullet 1
* Bullet 2
Some unrelated text here...
1. Numbered list 1
2. Numbered list 2
More text here...
* This won't work because there isn't an empty line!
* Nope!
Some unrelated text here...
More text here... * This won't work because there isn't an empty line! * Nope!
Embedding images is not supported at this time.
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
| Column 1 | Column 2 |
| ------ | ---------- |
| Row 1 | Some text |
| Row 2 | Some more text |
Column 1 | Column 2 |
---|---|
Row 1 | Some text |
Row 2 | Some more text |
This is a paragraph with `*inline code*`.
This is a paragraph with *inline code*
.
```
<html></html>
```
The above renders as:
<html></html>
If you want to display a character that would otherwise have a special meaning, you can use
a backslash (\) to escape it. To display an actual backslash, use two backslashes: \\
\*Actual asterisks, not bold\*
*Actual asterisks, not bold*
¯\\_(ツ)_/¯
¯\(ツ)/¯
(Note the double backslash on the left.)