Skip to content

Releases: FAXES/markdownconvert

Spoilers & Small Text

Choose a tag to compare

@FAXES FAXES released this 29 Sep 22:12
2c69851

This release brings three new syntax features and some CSS changes for these items.

  • Spoilers can be used with >!
  • Small text can be used with -#
  • Added superscript text support. Wrap text with ^

Made some changes to other code to enhance it

CSS Classes:

convertdetails
convertsmall

Full Changelog: 1.3.2...1.3.3

Spoiler & Small Headings

Pre-release

Choose a tag to compare

@FAXES FAXES released this 21 Sep 11:55
818111c

This pre-release brings two new features and default CSS classes.

  • Spoilers can be used with >!
  • Small text can be used with -#
  • Added superscript text support. Wrap text with ^

Made some changes to other code to enhance it

CSS Classes:

convertdetails
convertsmall

Full Changelog: 1.3.2...1.3.3a

1.3.2

Choose a tag to compare

@FAXES FAXES released this 30 Aug 05:01
e8398b4
  • Added default styles for heading tags
  • Adjusted code block styles in dev folder
convertH1
convertH2
convertH3
convertH4
convertH5
convertH6

1.3.1

Choose a tag to compare

@FAXES FAXES released this 15 Aug 07:40
c23040e

Fixed pull from 1.3.0

Full Changelog: 1.3.0...1.3.1

1.3.0

Choose a tag to compare

@FAXES FAXES released this 15 Aug 07:37
4285495
  • Remade HTTP blocks completely
  • Updated the cache function to add rather than replace by default
  • Optimised some loops in the convert() function

Happy markdowning 🤘🏼

Full Changelog: 1.2.0...1.3.0

1.2.0

Choose a tag to compare

@FAXES FAXES released this 25 Mar 04:50
d2bac0d
  • Fixed an issue where containers would cause a memory heap to the process.
  • Did some testing

Happy markdowning

1.1.2

Choose a tag to compare

@FAXES FAXES released this 17 Dec 12:07
2d635be
  • Updated the plain text generation to remove line breaks and replace with a space.

1.1.1

Choose a tag to compare

@FAXES FAXES released this 02 Nov 06:04
8feca02
  • Fixed an issue with plaintext formatting.

Convert to Plain Text

Choose a tag to compare

@FAXES FAXES released this 02 Nov 05:17
4c89b76

You're now able to convert markdown back to plain text with most formatting supported. This allows you to provide markdown content and get the syntax removed and have plain text using the new plainText option.

1.0.0

Choose a tag to compare

@FAXES FAXES released this 24 Aug 04:36
2f4251f

First stable release.