The “markdown numbered list” is explored here in this article. We have explained that Markdown provides a facility for adding different lists. We can easily add the “Numbered list” in the markdown. We have explained that when we have to create a numbered list in the markdown, then w...
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 even though the LLM numbered the items correctly. Reproduction Details Steps to Reproduce: Start Open WebUI Creat...
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 is missing, all following numbers don't match the LLM output. This happens even though the LLM numbered the...
The HTML has tags like <ol start="2"> and since the start attribute isn't respected by Confluence, the resulting page isn't numbering lists correctly. It would be nice to have direct support for this feature in the markdown. Like • 2 people like this Reply 2 votes Liam Contribu...
The biggest pain is if you want to insert images or drawings you have to put the file in your docs tree and write a link in the markdown (you can't just drag the image into the doc). If you want to host it locally its pretty easy to stand up your own version of readthedocs or...
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 ...
Bug Report Description Bug Summary: 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 ...
The formatted Markdown renders to different HTML than the input Markdown. This is likely a bug in mdformat. Please create an issue report here, including the input Markdown: https://github.com/executablebooks/mdformat/issues This is with the latest release from pypi. 👍 1 KyleKing men...
The only way I have found to stop MarkText from automatically changing the ordered lists is to change the delimiter - an ugly hack: 1. item one 2. item two 4) item four 5) item five Could you add an option to disable auto-renumber ordered lists or to auto-normalize markdown? Typor...
With the filter, I decided to extract lists of references as a markdown document, so that it becomes possible to edit them. If the new crossreferencing system comes with an api that gives information about the type (figure, remark, …)and title / caption of the cross referenced item, it...