You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Jan (Desktop.app) there is an issue with how Markdown lists are displayed. When entering a simple bullet list using * or - in the chat input, it is not shown as a bullet list with dashes or dots, but is automatically converted into a numbered list. The expected behavior would be a standard bullet list with dashes. In reality, however, a numbered list is displayed.
When texts are submitted to Jan for processing, they are automatically reformatted. One of the core functions should be the reliable preservation of texts. If content is provided in Markdown, it is important that the formatting is returned exactly as it was input. Changes made by the desktop or chat tool not only distort the presentation but also alter the semantic meaning of the text due to the forced numbering.
This behavior deviates from the Markdown standard and makes it difficult to use Markdown properly in Jan.