About Obsidian Columns plugin

I watched some docs about markdown and I understand the problem: “Why - the quotes conflicts with code-blocks(html)”! I am experimanting with Obsidian-Columns-Plugin and trying to make table-like notes.

This is the first styling you can use in this plugin - and it is working great with html code block.

This is the second styling you can use in this plugin

What I’m trying to do

Is there some solution to make it not conflict with quotes?

I mean, then I use quotes with second styling(using plugin Obsidian Columns):

Something like this is not possible.

[!col]

[!col-md]

<div>
I will be broken, coz html code block
</div>

[!col-md]

  let iWorkFine = true;
  console.log(`working &{iWorkFine}`);

Maybe somebody know how to make it working or it is not possible?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.