Skip to content

Commit

Permalink
Reimplement MD037/no-space-in-emphasis using micromark tokens, report…
Browse files Browse the repository at this point in the history
… start/end separately for smaller edit spans, remove markdown-it-texmath (fixes #533, fixes #597).
  • Loading branch information
DavidAnson committed Jul 25, 2023
1 parent e86fb76 commit 73b9704
Show file tree
Hide file tree
Showing 20 changed files with 1,658 additions and 2,376 deletions.
6 changes: 5 additions & 1 deletion demo/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@
micromarkHtml.mathHtml()
]
};
return micromarkHtml.compile(compileOptions)(events);

This comment has been minimized.

Copy link
@Azizjon8822

Azizjon8822 Apr 29, 2024

салом

try {

This comment has been minimized.

Copy link
@Azizjon8822

Azizjon8822 Apr 29, 2024

привет

return micromarkHtml.compile(compileOptions)(events);
} catch (error) {
return `[Exception: "${error}"]`;
}
}

This comment has been minimized.

Copy link
@Azizjon8822

Azizjon8822 Apr 29, 2024

good

return `[Unsupported renderer "${renderer}"]`;
}

This comment has been minimized.

Copy link
@Azizjon8822

Azizjon8822 Apr 29, 2024

таблетки

Expand Down
Loading

0 comments on commit 73b9704

Please sign in to comment.