Skip to content

Releases: argonism/mdfy

Release v0.5.1

19 Jan 05:19
Compare
Choose a tag to compare

Fix a bug - Garbled characters for Windows: #5

Release v0.5.0

16 Sep 05:17
Compare
Choose a tag to compare

Add all for make it easy to import

Release v0.4.0

12 Oct 08:05
Compare
Choose a tag to compare

Add py.typed to follow PEP 561

Release v0.3.0

08 Oct 16:14
Compare
Choose a tag to compare

Modify min python version to 0.3.0

Release v0.2.1

03 Oct 02:09
Compare
Choose a tag to compare

Add functionality to write iteratively with mdfier

Release v0.2.0

02 Oct 00:35
Compare
Choose a tag to compare

Modify MdText syntax brace to bracket

Release v0.1.0

01 Oct 16:51
Compare
Choose a tag to compare

documentation is now available at https://mdfy.readthedocs.io/en/latest/ !

Release v0.0.7

01 Oct 09:29
Compare
Choose a tag to compare

support python=^3.7

Release v0.0.6

01 Oct 07:10
Compare
Choose a tag to compare

Fix MdText formatter bugs

Release v0.0.5

01 Oct 03:39
Compare
Choose a tag to compare
  • Nested MdText styling is now available!
    •      >>> MdText("{italic in bold is = {strong:italic}:bold}")
      "**italic in bold is = *strong***"
    • To make this possible, we use Lark as a parser backend.
  • Mdfy is renamed to Mdfier