Skip to content

Commit

Permalink
Merge pull request #5 from diplodoc-platform/disable-display-mode
Browse files Browse the repository at this point in the history
feat: disable display mode
  • Loading branch information
v8tenko authored Feb 12, 2024
2 parents 7958a99 + f9143a0 commit c89b865
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 @@ -283,7 +283,7 @@ export function transform(options: Partial<PluginOptions> = {}) {
if (validate) {
dynrequire('katex').renderToString(content, {
...options,
throwOnError: true,
throwOnError: false,
});
}

Expand Down

0 comments on commit c89b865

Please sign in to comment.