diff --git a/server/AyaNova/util/Seeder.cs b/server/AyaNova/util/Seeder.cs
index 44394670..1d110803 100644
--- a/server/AyaNova/util/Seeder.cs
+++ b/server/AyaNova/util/Seeder.cs
@@ -742,13 +742,9 @@ You can force extra blank lines by entering `
` here are two blank ...
...lines.
# Horizontal rules
-### Basic
-***
-### Thick
-***
-***
-***
+
***
+
# Blocks
`Inline block` with backticks
@@ -767,10 +763,11 @@ print 'indent 4 spaces'
# TABLES
-| Column 1 | Column 2 | Column 3 |
+| First | Last | Year |
| -------- | -------- | -------- |
-| John | Doe | Male |
-| Mary | Smith | Female |
+| John | Doe | 2000 |
+| Mary | Smith | 2001 |
+| T. | Persson | 2010 |
# Hyperlinks
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:
-***
-***
-***
-***
***
";
o.Tags = RandomTags(f);