33 |
73 |
82 |
83 | {content}
42 | 43 |{hint}
44 |unsupported type: {type}
56 | )} 57 |{acc}
;
61 | default:
62 | return acc;
63 | }
64 | },
65 | {source},
66 | );
67 | };
68 |
69 | return <>{renderText(content)}>;
70 | }
71 |
72 | function Equation({ props }: { props: EquationArgs }) {
73 | const {
74 | equation: { expression },
75 | } = props;
76 |
77 | return (
78 | <>
79 |
35 |
18 |
18 |
44 |
56 |