Open rboddy opened 2 years ago
By setting a max-width on the image renderer, you can prevent markdown images from breaking mobile views. May want to include this in the docs as it already has a section on styling lists. Ex:
`
<img src={href} {title} alt={text}>
By setting a max-width on the image renderer, you can prevent markdown images from breaking mobile views. May want to include this in the docs as it already has a section on styling lists. Ex:
`
<img src={href} {title} alt={text}>
`