<!--- Provide a general summary of the issue in the Title above --> This is a problem because `hello {.hello}` is just the text `hello {.hello}` but ```md hello {.hello} ``` renders as a paragraph with a `hello` class attribute. ## Expected Behavior <!--- If you're describing a bug, describe what should happen. If you're suggesting a change/improvement, explain how it should work. --> ```md this is a run-on sentence that takes more than 80 characters to conclude, and is therefore wrapped {.hello} ``` ↓ ```md this is a run-on sentence that takes more than 80 characters to conclude, and is therefore wrapped {.hello} ``` ## Actual Behavior <!--- If describing a bug, explain what happens instead of the expected behavior. If suggesting a change/improvement, explain the difference from current behavior. --> ```md this is a run-on sentence that takes more than 80 characters to conclude, and is therefore wrapped {.hello} ``` ## Software Versions <!-- Use M-x markdown-show-version and M-x emacs-version to determine the Markdown Mode and Emacs version numbers. Examples: --> - Markdown Mode: `markdown-mode, version 2.7-alpha` - Emacs: `GNU Emacs 29.4 (build 1, aarch64-apple-darwin24.0.0, NS appkit-2566.00 Version 15.0.1 (Build 24A348)) of 2024-10-07` - OS: ``` ProductName: macOS ProductVersion: 15.1.1 BuildVersion: 24B91 ```