Update Markdown Helper to write json files for tables and yaml

This commit is contained in:
2025-06-23 11:22:58 -07:00
parent 116d5e9734
commit 89fdf06187
5 changed files with 551 additions and 174 deletions

7
Scripts/markdown.js Normal file
View File

@ -0,0 +1,7 @@
// import data from './oi-metrology-viewer-0-Line-yaml.json' with { type: 'json' };
// import data from '../.vscode/oi-metrology-viewer-0-Line-yaml.json' with { type: 'json' };
import data from '../.vscode/.helper/hosts-legend-table.json' with { type: 'json' };
data.forEach(element => {
console.log(element.Concat);
});