4 留言 (4 留言)0 反應 (0 反應)0 負責人 (0 負責人)JavaScript10,781 star (10,781 star)2,034 fork (2,034 fork)batch import
featurehelp wanted
描述
-
ОК
{
"test": 123456789012
}

-
Not OK - extra date appeared
{
"test": 1234567890123
}

- 議題類型
- feature
- 研究方向
- Investigate the src/js/... files for the date detection logic that causes extra date tags when numbers have 13 digits. Look for existing configuration options to see how they are implemented. Add a new option, e.g., 'enableDateTags', that defaults to true. Ensure the option is exposed in the editor's configuration and respected when rendering JSON. The issue has 4 comments with some discussion but no assignee or PRs.