Releases: FAXES/markdownconvert
Releases · FAXES/markdownconvert
Spoilers & Small Text
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
convertsmallFull Changelog: 1.3.2...1.3.3
Spoiler & Small Headings
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
convertsmallFull Changelog: 1.3.2...1.3.3a
1.3.2
1.3.1
Fixed pull from 1.3.0
Full Changelog: 1.3.0...1.3.1
1.3.0
1.2.0
1.1.2
1.1.1
Convert to Plain Text
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.
- Added
plainTextoption torender()andconvert()functions 🪅 - Added options to
render()andconvert()functions. This now uses an object withsanitizeandplainTextas booleans within, both optional and default to false - Updated package.json to 1.1.0 1️⃣
- Updated feature list 💪