diff --git a/build.pl b/build.pl
index 6100e01..27a7d72 100755
--- a/build.pl
+++ b/build.pl
@@ -74,6 +74,10 @@ sub post_to_meta {
"[" . $ifn . "]"
}egm;
+ $content{"body"} =~ s{\$cn\$}{
+ "[citation needed]"
+ }egm;
+
$metadata{content} = $parser->markdown_to_html(
dialects => 'GitHub',
markdown => $content{"body"}