reveal.js
reveal.js copied to clipboard
Markdown fragment target
Hi,
i try to apply fragment class to list element :

If the list element contain only text it's works, but if the list element contain a formatted inside element, fragment class is applied to that inside element.
next
next

Is there a way to avoid this?
Thanks
P.S. : the problem is not limited to list element : it's the same with simple text lines
We have the same problem with nested lists : fragment applied on first level list element in markdown are applied to a nested "p" inside the "li" tag instead of the "li" tag himself.
There's a workaround: https://github.com/hakimel/reveal.js/issues/1848#issuecomment-1646285309