We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c546238 commit a26f348Copy full SHA for a26f348
src/text.ts
@@ -746,7 +746,7 @@ interface MarkdownEnv {
746
export class MarkdownText<TContextData> implements Text<"block", TContextData> {
747
readonly type = "block";
748
readonly #content: string;
749
- readonly #markdownIt: typeof MarkdownIt;
+ readonly #markdownIt: MarkdownIt;
750
readonly #mentions?: string[];
751
readonly #hashtags?: string[];
752
#actors?: Record<string, Object>;
0 commit comments