I am unsure if this is a bug or if I’m doing something wrong, but when I add a custom title to a callout, it breaks how tables work and shows the formatting instead of the actual table.
Here is a picture demonstrating what I mean:
Does anyone know if I am just missing a step in the formatting or if there is any way to work around this?
there was changes to how the rendering rules. see below. for your case you would have to add empty lines e.g.
> [!info] Title
>
> |Item1|Item2|
> |---|---|
> |x-1|x-2|
Steps to reproduce
Add a table directly below a heading:
## Heading
| | |
|-|-|
|Day|Week|Month|
That table no longer renders correctly in live preview, but does render correctly in reading mode. If you add a blank line directly after the heading, it starts rendering correctly.
Expected result
A correctly-rendered table, in live preview mode.
Actual result
No table is rendered
Environment
SYSTEM INFO:
Obsidian version: v1.3.4
Installer version: v1.3.4
Operating system: Darwin Kernel Vers…
ah I see, thank you so much!
system
Closed
September 3, 2023, 5:00am
4
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.