ObsiViewer/scripts/check-table.ts

6 lines
233 B
TypeScript

import { MarkdownService } from '../src/services/markdown.service.js';
const service = new MarkdownService();
const html = service.render(`| Syntax | Description |\n| --- | --- |\n| **bold** | \`code\` |\n`, []);
console.log(html);