Releases: didix21/mdutils
Releases · didix21/mdutils
v1.8.1
18 Oct 15:29
Compare
Sorry, something went wrong.
No results found
Changes
🐛 Bug Fixes
fix: Text starting with ** (bold) breaks new_list method @didix21 (#117 )
v1.8.0
10 Jul 18:05
Compare
Sorry, something went wrong.
No results found
Changes
🚀 Features
🧰 Maintenance
v1.7.0
05 Jun 08:08
Compare
Sorry, something went wrong.
No results found
Changes
🚀 Features
🐛 Bug Fixes
🧰 Maintenance
v1.6.0
29 Apr 14:39
Compare
Sorry, something went wrong.
No results found
Changes
🚀 Features
🧰 Maintenance
v1.5.1
11 Mar 16:22
Compare
Sorry, something went wrong.
No results found
v1.5.0
11 Feb 23:10
Compare
Sorry, something went wrong.
No results found
Changes
🚀 Features
Introduce header_id as parameter for headers @kieferro (#78 )
🧰 Maintenance
v1.4.0
31 May 18:57
Compare
Sorry, something went wrong.
No results found
Changes
🚀 Features
🐛 Bug Fixes
🧰 Maintenance
v1.3.1
10 Jul 07:34
Compare
Sorry, something went wrong.
No results found
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
12 Sep 19:42
Compare
Sorry, something went wrong.
No results found
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
21 Jun 18:56
Compare
Sorry, something went wrong.
No results found
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 )