Open blog external links in new tab

This commit is contained in:
Robert Marshall 2020-04-05 13:08:47 +01:00
parent 3eca70a102
commit 39a3af8c04
5 changed files with 60 additions and 45 deletions

View file

@ -24,7 +24,7 @@ namespace Website.ViewModels
.UseAutoLinks()
.UseSoftlineBreakAsHardlineBreak()
.UseHighlightJs()
.UseBlogImageRenderer()
.UseBlogRenderer()
.Build();
public int Id { get; }