Releases: didix21/mdutils
Releases · didix21/mdutils
v1.6.0
Changes
🚀 Features
🧰 Maintenance
v1.5.0
Changes
🚀 Features
- Introduce
header_id
as parameter for headers @kieferro (#78)
🧰 Maintenance
v1.4.0
Changes
🚀 Features
🐛 Bug Fixes
🧰 Maintenance
v1.3.1
Changes
- Fix #6: add option to wrap text on new lines, paragraphs and writes @mhmdkanj (#53)
- make text_align be a list not only str or None @sgsokol (#47)
🐛 Bug Fixes
- convert value to str before adding it to a char @anaskhl (#56)
🧰 Maintenance
v1.3.0
Implemented enhancements:
- Implement #43 Allow table of contents to generate from arbitrary depth of headers #44 (mythWizard)
Fixed bugs:
- Default text align for tables should use --- #42
- Fix #42 Default table's text_align should be '---' #45 (didix21)
Closed issues:
- Allow creation of Table of Contents with arbitrary depth #43
- write file to specified path #41
v1.2.2
Bugs
- Missing .md extension when filename has 'md' #37
- Table of contents link does not work when headers contain special characters #36
- Fix #36: Delete special characters when creating toc links #40 (didix21)
- Fix #37: Add .md extension if name contains md word #39 (didix21)
v1.0.0
Features
- Create markdown files.
- Write and read markdown files.
- Create headers.
- Create tables of contents.
- Create tables.
- Write text in bold, code and italics style.