obsidian-digital-garden icon indicating copy to clipboard operation
obsidian-digital-garden copied to clipboard

Weird paragraph tag in column callout in ITS Theme

Open Zombiefleischer opened this issue 7 months ago • 1 comments

I got this callout in my Obsidian Note:

> [!column|5 no-title]
>> [!recite|no-i txt-c bg-c-blue] Level
><font size=6>**1**</font>
>
>> [!recite|no-i txt-c bg-c-blue] HP
> <font size=6>**23/23**</font>
> 
>> [!recite|no-i txt-c bg-c-blue] Speed
> <font size=6>**-2**</font>
>
>> [!recite|no-i txt-c bg-c-blue] Armor
> <font size=6>**3**</font>
> 
>> [!recite|no-i txt-c bg-c-blue] Exp
> <font size=6>**0**</font>

Looks like this: image

When I publish this to my site, it looks like this: image

And the html code has an empty paragraph tag:

<div class="callout" data-callout="column" data-callout-metadata="5 no-title"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" icon-name="layout-dashboard" class="lucide lucide-layout-dashboard"><rect x="3" y="3" width="7" height="9"></rect><rect x="14" y="3" width="7" height="5"></rect><rect x="14" y="12" width="7" height="9"></rect><rect x="3" y="16" width="7" height="5"></rect></svg></div><div class="callout-title-inner">Column</div></div>
<div class="callout-content">
<p>  <--- RIGHT HERE 
</p><div class="callout" data-callout="recite" data-callout-metadata="no-i txt-c bg-c-blue"><div class="callout-title"><div class="callout-icon"><i icon-name="'<svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 24 24&quot; width=&quot;24&quot; height=&quot;24&quot;><path stroke=&quot;none&quot; fill=&quot;none&quot; d=&quot;M0 0h24v24H0z&quot;/><path d=&quot;M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455z&quot;/></svg>'"></i></div><div class="callout-title-inner"> Level<br></div></div>
<div class="callout-content">
<p>
<font size="6"><strong>1</strong></font></p>
</div></div>
<div class="callout" data-callout="recite" data-callout-metadata="no-i txt-c bg-c-blue"><div class="callout-title"><div class="callout-icon"><i icon-name="'<svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 24 24&quot; width=&quot;24&quot; height=&quot;24&quot;><path stroke=&quot;none&quot; fill=&quot;none&quot; d=&quot;M0 0h24v24H0z&quot;/><path d=&quot;M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455z&quot;/></svg>'"></i></div><div class="callout-title-inner"> HP<br></div></div>
<div class="callout-content">
<p>
<font size="6"><strong>23/23</strong></font></p>
</div></div>
<div class="callout" data-callout="recite" data-callout-metadata="no-i txt-c bg-c-blue"><div class="callout-title"><div class="callout-icon"><i icon-name="'<svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 24 24&quot; width=&quot;24&quot; height=&quot;24&quot;><path stroke=&quot;none&quot; fill=&quot;none&quot; d=&quot;M0 0h24v24H0z&quot;/><path d=&quot;M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455z&quot;/></svg>'"></i></div><div class="callout-title-inner"> Speed<br></div></div>
<div class="callout-content">
<p>
<font size="6"><strong>-2</strong></font></p>
</div></div>
<div class="callout" data-callout="recite" data-callout-metadata="no-i txt-c bg-c-blue"><div class="callout-title"><div class="callout-icon"><i icon-name="'<svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 24 24&quot; width=&quot;24&quot; height=&quot;24&quot;><path stroke=&quot;none&quot; fill=&quot;none&quot; d=&quot;M0 0h24v24H0z&quot;/><path d=&quot;M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455z&quot;/></svg>'"></i></div><div class="callout-title-inner"> Armor<br></div></div>
<div class="callout-content">
<p>
<font size="6"><strong>3</strong></font></p>
</div></div>
<div class="callout" data-callout="recite" data-callout-metadata="no-i txt-c bg-c-blue"><div class="callout-title"><div class="callout-icon"><i icon-name="'<svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 24 24&quot; width=&quot;24&quot; height=&quot;24&quot;><path stroke=&quot;none&quot; fill=&quot;none&quot; d=&quot;M0 0h24v24H0z&quot;/><path d=&quot;M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455z&quot;/></svg>'"></i></div><div class="callout-title-inner"> Exp<br></div></div>
<div class="callout-content">
<p>
<font size="6"><strong>0</strong></font></p>
</div></div>
</div></div>

How can I get rid of this?

Zombiefleischer avatar Jul 25 '24 22:07 Zombiefleischer