This commit is contained in:
@@ -742,13 +742,9 @@ You can force extra blank lines by entering `<br>` here are two blank ...
|
|||||||
...lines.
|
...lines.
|
||||||
|
|
||||||
# Horizontal rules
|
# Horizontal rules
|
||||||
### Basic
|
|
||||||
***
|
|
||||||
### Thick
|
|
||||||
***
|
|
||||||
***
|
|
||||||
***
|
|
||||||
***
|
***
|
||||||
|
|
||||||
# Blocks
|
# Blocks
|
||||||
`Inline block` with backticks
|
`Inline block` with backticks
|
||||||
|
|
||||||
@@ -767,10 +763,11 @@ print 'indent 4 spaces'
|
|||||||
|
|
||||||
# TABLES
|
# TABLES
|
||||||
|
|
||||||
| Column 1 | Column 2 | Column 3 |
|
| First | Last | Year |
|
||||||
| -------- | -------- | -------- |
|
| -------- | -------- | -------- |
|
||||||
| John | Doe | Male |
|
| John | Doe | 2000 |
|
||||||
| Mary | Smith | Female |
|
| Mary | Smith | 2001 |
|
||||||
|
| T. | Persson | 2010 |
|
||||||
|
|
||||||
# Hyperlinks
|
# Hyperlinks
|
||||||
Inline text link and and optional tooltip:
|
Inline text link and and optional tooltip:
|
||||||
@@ -797,10 +794,6 @@ As with all areas of AyaNova where you can enter text, you can also use emoji ch
|
|||||||
A more detailed markdown guide is available here:
|
A more detailed markdown guide is available here:
|
||||||
<https://www.markdownguide.org/>
|
<https://www.markdownguide.org/>
|
||||||
|
|
||||||
***
|
|
||||||
***
|
|
||||||
***
|
|
||||||
***
|
|
||||||
***
|
***
|
||||||
";
|
";
|
||||||
o.Tags = RandomTags(f);
|
o.Tags = RandomTags(f);
|
||||||
|
|||||||
Reference in New Issue
Block a user