Possible bug while parsing lists with dates #1283

Closed
opened 2026-02-05 00:29:19 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @GeneralGeki on GitHub (Jul 31, 2019).

Hey there,

I am experiencing weird behaviour while creating a list with german dates (DD.MM.YYYY)
It just ignores what I write and increases the list instead.
This behaviour stops, when I use an asterisk for the list.
Though doing so ends up increasing the space between the lines, which is annoying since it isn't consistent with the rest anymore.

Thanks for your help

temp

Originally created by @GeneralGeki on GitHub (Jul 31, 2019). Hey there, I am experiencing weird behaviour while creating a list with german dates (DD.MM.YYYY) It just ignores what I write and increases the list instead. This behaviour stops, when I use an asterisk for the list. Though doing so ends up increasing the space between the lines, which is annoying since it isn't consistent with the rest anymore. Thanks for your help ![temp](https://user-images.githubusercontent.com/10200056/62243550-cc67a680-b3dd-11e9-8ac6-bcb5f712c724.png)
OVERLORD added the > Markdown Editor🐕 Support labels 2026-02-05 00:29:19 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Aug 3, 2019):

Hi @GeneralGeki,

Yeah, These dates are being rendered as numbered lists since they follow the general markdown format for those.

I've found you can escape the dot to render these as expected:

* 14\. Jan 2069
* 21\. Feb 2077
@ssddanbrown commented on GitHub (Aug 3, 2019): Hi @GeneralGeki, Yeah, These dates are being rendered as numbered lists since they follow the general markdown format for those. I've found you can escape the dot to render these as expected: ```markdown * 14\. Jan 2069 * 21\. Feb 2077 ```
Author
Owner

@ssddanbrown commented on GitHub (Feb 13, 2021):

Since the issue was explained with a workaround provide, and since there was no follow-up discussion, I'll close this off.

@ssddanbrown commented on GitHub (Feb 13, 2021): Since the issue was explained with a workaround provide, and since there was no follow-up discussion, I'll close this off.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1283