Describe the bug
Can't create list of numeric items. Discovered when trying to list versions of software
To Reproduce
>>> from mdutils.mdutils import MdUtils
>>> mdf = MdUtils('foo.md', title='Foo')
>>> mdf.new_list(['foo', 'bar'])
>>> mdf.new_list(['1.2', '1.3'])
>>> mdf.create_md_file()
results:
Foo
===
- foo
- bar
1.2
1.3
Expected behavior
Foo
===
- foo
- bar
- 1.2
- 1.3
Desktop (please complete the following information):
- macOS 12.6.5 (21G531)
- Python 3.11.1
- mdutils-1.6.0
Describe the bug
Can't create list of numeric items. Discovered when trying to list versions of software
To Reproduce
results:
Expected behavior
Desktop (please complete the following information):