Skip to content

Releases: FAXES/markdownconvert

Spoilers & Small Text

29 Sep 22:12
2c69851

Choose a tag to compare

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

21 Sep 11:55
818111c

Choose a tag to compare

Pre-release

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

30 Aug 05:01
e8398b4

Choose a tag to compare

  • Added default styles for heading tags
  • Adjusted code block styles in dev folder
convertH1
convertH2
convertH3
convertH4
convertH5
convertH6

1.3.1

15 Aug 07:40
c23040e

Choose a tag to compare

Fixed pull from 1.3.0

Full Changelog: 1.3.0...1.3.1

1.3.0

15 Aug 07:37
4285495

Choose a tag to compare

  • 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

25 Mar 04:50
d2bac0d

Choose a tag to compare

  • Fixed an issue where containers would cause a memory heap to the process.
  • Did some testing

Happy markdowning

1.1.2

17 Dec 12:07
2d635be

Choose a tag to compare

  • Updated the plain text generation to remove line breaks and replace with a space.

1.1.1

02 Nov 06:04
8feca02

Choose a tag to compare

  • Fixed an issue with plaintext formatting.

Convert to Plain Text

02 Nov 05:17
4c89b76

Choose a tag to compare

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

24 Aug 04:36
2f4251f

Choose a tag to compare

First stable release.