/**
    <block> multiline-description
    This is a description that
    stretches across multiple lines
    and stays in tact still :)
    ```javascript
    {
        "something": true,
        "somethingelse": false
    }
    ```
*/
.multiline-description {}


/**
    <block> multiline-withbreaks
    And you know what? We can
    also separate it into paragraphs
    if that’s what we need.

    Kinda cool right? I know.
*/