Skip to content

Commit

Permalink
feat: disable display mode
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Feb 12, 2024
1 parent 7958a99 commit d9cbdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export function transform(options: Partial<PluginOptions> = {}) {
});

md.renderer.rules.math_inline = render('span', false);
md.renderer.rules.math_block = render('p', true);
md.renderer.rules.math_block = render('p', false);
};

Object.assign(plugin, {
Expand Down

0 comments on commit d9cbdf5

Please sign in to comment.