Working to add markdown to github folders
This commit is contained in:
parent
ebf60b1f1b
commit
197ca1e5bc
9 changed files with 52 additions and 71 deletions
|
|
@ -97,11 +97,11 @@ namespace MatterHackers.MatterControl.Library
|
|||
{
|
||||
if (content.Contains("rate limit exceeded"))
|
||||
{
|
||||
ContainerHeaderMarkdown = content;
|
||||
HeaderMarkdown = content;
|
||||
OnContentChanged();
|
||||
return;
|
||||
}
|
||||
ContainerHeaderMarkdown = "Some good markdown in the markdown header part";
|
||||
HeaderMarkdown = "Some good markdown in the markdown header part";
|
||||
ParseJson(content);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue