diff --git a/examples/article.html b/examples/article.html
index 796cd36..7a5b58a 100644
--- a/examples/article.html
+++ b/examples/article.html
@@ -58,6 +58,7 @@
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.
2
Displaying code snippets
diff --git a/src/ui/d-slider.js b/src/ui/d-slider.js
index cf7ad07..1b2b421 100644
--- a/src/ui/d-slider.js
+++ b/src/ui/d-slider.js
@@ -2,8 +2,7 @@ import { Template } from '../mixins/template';
import { scaleLinear } from 'd3-scale';
import { range } from 'd3-array';
import { drag } from 'd3-drag';
-import { select } from 'd3-selection';
-import {event as currentEvent } from 'd3-selection';
+import { select, event as currentEvent } from 'd3-selection';
const T = Template('d-slider', `