Implemented the markdown widget in agg
This commit is contained in:
parent
d416cef105
commit
4ac0b4da67
36 changed files with 22 additions and 2294 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue