Made help system use markdown

Made a markdown widget to reuse in help system
refactoring wpf to agg
This commit is contained in:
Lars Brubaker 2018-06-22 18:47:28 -07:00
parent 32bd0bd2ee
commit 0afddd0531
14 changed files with 138 additions and 124 deletions

View file

@ -33,7 +33,7 @@ using System.IO;
using System.Linq;
#if !__ANDROID__
using Markdig.Wpf;
using Markdig.Agg;
#endif
using MatterHackers.Agg;