mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
updated to add advanced extensions to markdown
This commit is contained in:
@@ -5,7 +5,7 @@ public record LocalCoursePage : IModuleItem
|
||||
public required string Name { get; init; }
|
||||
public required string Text { get; set; }
|
||||
public DateTime DueAt { get; init; }
|
||||
public string GetBodyHtml() => Markdig.Markdown.ToHtml(Text);
|
||||
public string GetBodyHtml() => MarkdownService.Render(Text);
|
||||
|
||||
public string ToMarkdown()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user