Add: image processing
This commit is contained in:
@@ -9,7 +9,6 @@ const components = {
|
||||
h4: (props) => <Typography variant="h4" {...props} />,
|
||||
h5: (props) => <Typography variant="h5" {...props} />,
|
||||
h6: (props) => <Typography variant="h6" {...props} />,
|
||||
img: (props) => <Image alt={props.alt} layout="responsive" {...props} />,
|
||||
code: (props) => (
|
||||
<code
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user