Implemented the markdown widget in agg

This commit is contained in:
Lars Brubaker 2022-10-10 17:10:25 -07:00
parent d416cef105
commit 4ac0b4da67
36 changed files with 22 additions and 2294 deletions

View file

@ -285,7 +285,7 @@ namespace MatterHackers.MatterControl
if (!string.IsNullOrWhiteSpace(article.Path))
{
markdownWidget.LoadUri(new Uri(ApplicationController.Instance.HelpArticleSource, article.Path), sourceArticle: article);
markdownWidget.LoadUri(new Uri(ApplicationController.Instance.HelpArticleSource, article.Path));
}
else
{