{children}
); } return ({children}
); }, img(props) { if (props.src?.endsWith('.mp4')) { return ( ); } return ( ); }, code({ node, inline, className, children, ...props }) { // if (children.length) { // if (children[0] == '▍') { // return ( // ▍ // ); // } // children[0] = (children[0] as string).replace('`▍`', '▍'); // } const match = /language-(\w+)/.exec(className || ''); // if (inline) { // return ( //
// {children}
//
// );
// }
return (