mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
quizzes and assignments support negative and floating point values
This commit is contained in:
@@ -61,9 +61,7 @@
|
||||
|
||||
private MarkupString preview { get
|
||||
{
|
||||
var pipeline = new MarkdownPipelineBuilder()
|
||||
.UsePipeTables().Build();
|
||||
return (MarkupString)Markdown.ToHtml(assignmentContext?.Assignment?.Description ?? "", pipeline);
|
||||
return (MarkupString)MarkdownService.Render(assignmentContext?.Assignment?.Description ?? "");
|
||||
}
|
||||
}
|
||||
private string HelpText()
|
||||
|
||||
Reference in New Issue
Block a user