Add pug and html renderer. Implement hidden flag.
This commit is contained in:
parent
aa563e60ea
commit
3684688cdc
16 changed files with 119 additions and 33 deletions
1
types/renderer.d.ts
vendored
1
types/renderer.d.ts
vendored
|
@ -6,5 +6,6 @@ export interface File {
|
|||
}
|
||||
export default interface Renderer {
|
||||
get name(): string;
|
||||
get fileExtensions(): Array<string>;
|
||||
loadAsHTML(path: string): File;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue