diff --git a/docs/Program.cs b/docs/Program.cs
index 35e66692..b973b443 100644
--- a/docs/Program.cs
+++ b/docs/Program.cs
@@ -20,6 +20,7 @@ namespace Docs
.AddShortcode("ColorTable", typeof(ColorTableShortcode))
.AddShortcode("EmojiTable", typeof(EmojiTableShortcode))
.AddShortcode("Alert", typeof(AlertShortcode))
+ .AddShortcode("AsciiCast", typeof(AsciiCastShortcode))
.AddPipelines()
.RunAsync();
diff --git a/docs/input/_layout.cshtml b/docs/input/_layout.cshtml
index 43b665d3..78fd1f86 100644
--- a/docs/input/_layout.cshtml
+++ b/docs/input/_layout.cshtml
@@ -119,30 +119,30 @@
-
+