When rendering a numbered list generated by the LLM, the numbering provided by the LLM is ignored Description Bug Summary: When the LLM generates a numbered List in Markdown, the numbering of the lists restarts at "1" if a text block is between the two items in the list. This happens e...
I would expect the output of lists, if they are going to try and align items, to align them based on the number of items in the list. Right now the alignment is fixed in a way that works for lists with double-digit list items but breaks down for both lists with only single-digit ...
Markdown numbered lists generated by LLMs do not display correctly in Safari. Number starting from 10 will be cropped out. Steps to Reproduce: Use Safari browser Ask models to generate a numbered list with more than 10 entries Problem starts appearing starting from number 10 Expected Behavior: ...
And click on the "Numbered List" icon, it turns into: 1. item 1. item 1. item This renders correctly in the Markdown output, however, the correct input would be: 1. item 2. item 3. item 👎1sedlund reacted with thumbs down emoji ...
CommonMark requires that the renderer determine display of items in an ordered list by position in the sequence not label in the source, but allows that the document source include skipped or repeated markings. If the scope of the request is limited to Mark Text preserving the document source,...
When rendering a numbered list generated by the LLM, the numbering provided by the LLM is ignored Description Bug Summary: When the LLM generates a numbered List in Markdown, the numbering of the lists continuous based on the first number in the list. If the list is unordered or a number...