diff --git a/_site/sitemap.xml b/_site/sitemap.xml
index b03cb89..84e1acd 100644
--- a/_site/sitemap.xml
+++ b/_site/sitemap.xml
@@ -5,8 +5,8 @@
/luhn-algorithm/
- 2020-12-25
- daily
+ 2020-12-26
+ weekly
0.5
@@ -15,8 +15,8 @@
/site-theme/
- 2020-12-25
- daily
+ 2020-12-26
+ weekly
0.5
@@ -25,8 +25,8 @@
/young-reporter/
- 2020-12-25
- daily
+ 2020-12-26
+ weekly
0.5
@@ -35,8 +35,8 @@
/
- 2020-12-25
- daily
+ 2020-12-26
+ weekly
0.5
@@ -45,8 +45,8 @@
/comsci/
- 2020-12-25
- daily
+ 2020-12-26
+ weekly
0.5
diff --git a/_site/young-reporter/index.html b/_site/young-reporter/index.html
index 69ce7de..909c35e 100644
--- a/_site/young-reporter/index.html
+++ b/_site/young-reporter/index.html
@@ -137,7 +137,8 @@
### My Heading
-* Numbered item
+1. Numbered item
+ * Indented bulleted item
will produce:
@@ -146,6 +147,9 @@
- Numbered item
+
+ - Indented bulleted item
+
@@ -204,6 +208,7 @@ Some text.
2. **Numbered item 2**
* *Bullet 1*
* Bullet 2
+ 1. Numbered item 3
***Bold & italics***
@@ -233,6 +238,9 @@ A link to [Google](https://google.com).
- Bullet 1
- Bullet 2
+
+ - Numbered item 3
+
Bold & italics
diff --git a/sitemap.xml b/sitemap.xml
index aaa71a9..189c88c 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -11,7 +11,7 @@ search: exclude
{{ page.url }}
{{ site.time | date: '%Y-%m-%d' }}
- daily
+ weekly
0.5
{% endif %}
diff --git a/young-reporter/index.md b/young-reporter/index.md
index 5ac4e2c..ed231e1 100644
--- a/young-reporter/index.md
+++ b/young-reporter/index.md
@@ -33,7 +33,8 @@ Note the requirement for spaces after each of the above items - for example:
### My Heading
-* Numbered item
+1. Numbered item
+ * Indented bulleted item
will produce:
@@ -42,6 +43,9 @@ will produce:
- Numbered item
+
+ - Indented bulleted item
+
@@ -97,6 +101,7 @@ Some text.
2. **Numbered item 2**
* *Bullet 1*
* Bullet 2
+ 1. Numbered item 3
***Bold & italics***
@@ -126,6 +131,9 @@ Will produce:
- Bullet 1
- Bullet 2
+
+ - Numbered item 3
+
Bold & italics