Working on Pro upgrade page
Improving mark down renderer
This commit is contained in:
parent
18581597c7
commit
79ba96c18b
7 changed files with 191 additions and 46 deletions
|
|
@ -37,15 +37,6 @@ using MatterHackers.Agg.UI;
|
|||
|
||||
namespace Markdig.Agg
|
||||
{
|
||||
public class MarkdownDocumentLink
|
||||
{
|
||||
public Uri Uri { get; internal set; }
|
||||
|
||||
public LinkInline LinkInline { get; internal set; }
|
||||
|
||||
public string PageID { get; internal set; }
|
||||
}
|
||||
|
||||
public class AggMarkdownDocument
|
||||
{
|
||||
private string _markDownText = null;
|
||||
|
|
@ -69,7 +60,6 @@ namespace Markdig.Agg
|
|||
set => matchingText = value;
|
||||
}
|
||||
|
||||
|
||||
public Uri BaseUri { get; set; } = new Uri("https://www.matterhackers.com/");
|
||||
|
||||
public List<MarkdownDocumentLink> Children { get; private set; } = new List<MarkdownDocumentLink>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue