diff --git a/docs/Program.cs b/docs/Program.cs
index 35e6669..b973b44 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 43b665d..78fd1f8 100644
--- a/docs/input/_layout.cshtml
+++ b/docs/input/_layout.cshtml
@@ -119,30 +119,30 @@
-
+