How to remove the auto codeblock from indent tab

There doesn’t seem to be an option to turn off the behavior to turn text in a tab section without a header into a code format, I want to do that please,

I like to add descriptions to bullet points using tabs indented on the same level as the bullet point; but if that description spans multiple lines; then I get a code block, instead of regular text

Example:

  • Option 1
    | Option 1 description
    | - Option 1-a
    | | Option 1-a description line 1
    | |
    | | Option 1-a description line 2 (this becomes code)
  • Option 2
    | Option 2 description

https://forum.obsidian.md/t/any-way-to-turn-off-automatic-code-formatting-for-text-which-is-indented/89632: it is the same issue as this, but maybe there is a new update that gives access to this variable, or a CSS snippet workaround that hasn’t been explored