diff --git a/OliverBooth/Program.cs b/OliverBooth/Program.cs index 9bce04b..55a50b2 100644 --- a/OliverBooth/Program.cs +++ b/OliverBooth/Program.cs @@ -19,6 +19,7 @@ builder.Services.AddSingleton(provider => new MarkdownPipelineBuilder() .Use(new TemplateExtension(provider.GetRequiredService())) .UseAdvancedExtensions() .UseBootstrap() + .UseSmartyPants() .Build()); builder.Services.AddDbContextFactory();