Improved markdown rendering, allow hiding components
This commit is contained in:
parent
d200d48903
commit
a9a979c5f8
10 changed files with 598 additions and 100 deletions
|
@ -33,9 +33,7 @@ async function processBinding({ inputFilePath, options }: CLIArguments) {
|
|||
serializedPlaybill = binding.playbill.serialize();
|
||||
break;
|
||||
case "html":
|
||||
serializedPlaybill = await renderPlaybillToHTML(binding.playbill, {
|
||||
styles: binding.styles,
|
||||
});
|
||||
serializedPlaybill = await renderPlaybillToHTML(binding);
|
||||
break;
|
||||
default:
|
||||
throw new CLIError(`Unknown renderer: ${options.renderer}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue