What I’m trying to do
I want to be able to style a particular callout type to have 2 columns, e.g. when any callout is denoted as [!columns], all of its content is arranged in two columns.
Things I have tried
I’m using my own custom theme, so I already have basic variables and styling options for this particular callout set up, but using “columns: 2;” or “column-count: 2;” as a style doesn’t work as expected. It does create two columns, as far as margins and spacing go, but all of the content stays in the left column and never breaks. How can I fix this?
Before you ask, yes I have tried this in vanilla obsidian. My theme does not seem to be causing the issue.