Reference implementation supports multi-line block attributes: ``` {#id .class style="color:red"} A paragraph ``` ```html A paragraph ``` while jotdown instead treats it as an inline attr attached to nothing: ```html A paragraph ```