started to test markdown quiz format

This commit is contained in:
2023-09-27 14:07:45 -06:00
parent 37c171c348
commit 6aa2d52db3
7 changed files with 268 additions and 7 deletions

View File

@@ -10,4 +10,5 @@ public record LocalQuizQuestionAnswer
public string Text { get; init; } = string.Empty;
public string HtmlText => Markdig.Markdown.ToHtml(Text);
}