Made help system use markdown
Made a markdown widget to reuse in help system refactoring wpf to agg
This commit is contained in:
parent
32bd0bd2ee
commit
0afddd0531
14 changed files with 138 additions and 124 deletions
|
|
@ -33,7 +33,7 @@ using System.IO;
|
|||
using System.Linq;
|
||||
|
||||
#if !__ANDROID__
|
||||
using Markdig.Wpf;
|
||||
using Markdig.Agg;
|
||||
#endif
|
||||
|
||||
using MatterHackers.Agg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue