hackweek
hackweek copied to clipboard
CSS manipulatioon in Markdown no longer working
Since #1696 has been merged, it is now impossible to manipulate CSS, for instance when trying to float images.
<img src="https://docs.capyboard.dev/modules/images/mainboard-3d.png" alt="Capyboard 3D" style="max-width: 300px; margin: 2em 0 2em 2em; float: right">
Old behavior allowed this to create a floating image in text body. Now the image is only rendered as-is without any CSS added, thus resulting in a broken final page. I'd consider this a breaking change, since this exact CSS manipulation has been suggested here in the past.