style: improve codespan styling and checkbox markers
This commit is contained in:
parent
7b730631b2
commit
94895aacd5
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { renderMarkdown } from "./src/render/markdown.ts";
|
||||
|
||||
const text = await Bun.file("test.md").text();
|
||||
const text = await Bun.file("README.md").text();
|
||||
|
||||
const [columns] = process.stdout.getWindowSize();
|
||||
process.stdout.write(await renderMarkdown(text, columns));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue