Skip to content

CSS manipulatioon in Markdown no longer working #1697

@realcharmer

Description

@realcharmer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions