diff --git a/src/markdown.rs b/src/markdown.rs
index 313e462..c1a8e62 100644
--- a/src/markdown.rs
+++ b/src/markdown.rs
@@ -351,7 +351,7 @@ pub fn markdown_to_html(markdown: &str, _file_path: &str) -> String {
Event::FootnoteReference(fref) => {
let _ = write!(
html_output,
- ""
+ "{fref}"
);
}