Butchering the UI framework
This commit is contained in:
parent
8d404b1ba9
commit
6415e195d1
90 changed files with 1012 additions and 3101 deletions
|
@ -14,7 +14,7 @@ import ValidatedTextField from "../UI/Input/ValidatedTextField";
|
|||
const TurndownService = require('turndown')
|
||||
|
||||
function WriteFile(filename, html: UIElement) : void {
|
||||
const md = new TurndownService().turndown(html.InnerRender());
|
||||
const md = new TurndownService().turndown(html.InnerRenderAsString());
|
||||
writeFileSync(filename, md);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue