FIXED: style

This commit is contained in:
Gabriele Cannata 2023-08-03 22:07:46 +02:00
parent 8c4bc63cc3
commit 35ee9713f9

View file

@ -73,6 +73,8 @@ export function processCodeBlock(
}
if((ctx as any).spreadsheet) return;
const options = {...DEFAULT_OPTIONS, ...parseYaml(source)};
const { filename, height, width,rows, cols, fontSize, cellHeight, cellWidth } = options;