diff --git a/examples/article.html b/examples/article.html
index 8131ad0..5ac6987 100644
--- a/examples/article.html
+++ b/examples/article.html
@@ -60,16 +60,6 @@
1.1
Citations
We can also cite external publications. . We should also be testing footnotesThis will become a hoverable footnote. This will become a hoverable footnote. This will become a hoverable footnote. This will become a hoverable footnote. This will become a hoverable footnote. This will become a hoverable footnote. This will become a hoverable footnote. This will become a hoverable footnote.. There are multiple footnotes, and they appear in the appendixGiven I have coded them right. Also, here's math in a footnote: c = \sum_0^i{x}. Also, a citation. Box-ception! as well.
-
-
- | First | Second | Third |
-
-
- | 23 | 654 | 23 |
- | 14 | 54 | 34 |
- | 234 | 54 | 23 |
-
-
2
Displaying code snippets
Some inline javascript:var x = 25;. And here's a javascript code block.
@@ -88,6 +78,17 @@
print(a, end=' ')
a, b = b, a+b
+ And a table
+
+
+ | First | Second | Third |
+
+
+ | 23 | 654 | 23 |
+ | 14 | 54 | 34 |
+ | 234 | 54 | 23 |
+
+