Good day.
I’m attempting to get the list labels from a very simple list. The attached document has a relatively simple nested and numbered list.
I’m looping through, following the example here.
*<cfif currentPara.isListItem()>
Current list label: #listLabel#*
But all I am getting are blank labels - 9 of them, exactly as many list items as are in the document.
Can you please tell me what I am doing wrong? I’m trying to get e.g. “1.0”, “4.1”, etc.
Thank you.