We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f056c commit f610780Copy full SHA for f610780
src/Elastic.Markdown/Myst/Directives/Stepper/StepViewModel.cs
@@ -15,5 +15,5 @@ public class StepViewModel : DirectiveViewModel
15
/// <summary>
16
/// Renders the title with substitutions applied
17
/// </summary>
18
- public HtmlString RenderTitle() => new HtmlString(Title);
+ public HtmlString RenderTitle() => new(Title);
19
}
0 commit comments