[fix] prevent translations to math formulas and code-blocks
This commit is contained in:
@@ -2,6 +2,7 @@ import Blockquote from "./Blockquote";
|
||||
import H2 from "./H2";
|
||||
import ImageWrapper from "./ImageWrapper";
|
||||
import PreWrapper from "./PreWrapper";
|
||||
import Span from "./Span";
|
||||
import TableWrapper from "./TableWrapper";
|
||||
|
||||
export const MDXComponentsSet = {
|
||||
@@ -10,4 +11,5 @@ export const MDXComponentsSet = {
|
||||
img: ImageWrapper,
|
||||
h2: H2,
|
||||
blockquote: Blockquote,
|
||||
span: Span,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user