Issue with TOC macro inserted in a TextArea property

Hello,

On a normal page if I use TOC Macro (https://extensions.xwiki.org/xwiki/bin/view/Extension/TOC%20Macro) HTML rendering is correct: ie

<ul>
  <li>A - My title one</li>
  <li>B - Another title one</li>
  <li>C - Again one</li>
<ul>

but if I use TOC macro in a TextArea property, HTML code rendering add a new wrong bullet level like this:

<ul>
  <li>
    <ul>
      <li>A - My title one</li>
      <li>B - Another title one</li>
      <li>C - Again one</li>
    <ul>
  </li>
</ul>

I use this code:

{{toc numbered="true" depth="3"/}}

and on my Class, my TextArea property Content is FullyRenderedText.

Thxs for any help (I use Xwiki 9.11.4 version)

Pascal B

Hum I fix the issue after a lot test …
It is page content the issue, Title 1 missing in content page!!! :frowning: like this example:

== wrong title 1 ==
My text