feat(import/markdown): preserve fractional widths

This commit is contained in:
Elian Doran
2025-04-05 20:36:20 +03:00
parent 8977926c00
commit 447439efd6
4 changed files with 11 additions and 7 deletions

View File

@@ -2,7 +2,6 @@
import TurndownService, { type Rule } from "turndown";
import { gfm } from "../../../packages/turndown-plugin-gfm/src/gfm.js";
import type { DOMElement } from "react";
let instance: TurndownService | null = null;