ibs-format
Advanced tools
+1
-1
| { | ||
| "name": "ibs-format", | ||
| "version": "1.4.9", | ||
| "version": "1.4.10", | ||
| "description": "Detect the user-defined identifiers in the text and convert them into HTML tags like bold, italic, strike, and many more having XSS (Cross-site scripting) security with escaping functionality, also detect the links like URLs, email, and IP addresses and wrap them into Anchor tag `<a>`.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+1
-1
| # Description | ||
| Detect the user-defined identifiers in the text and convert them into HTML tags like bold, italic, strike, and many more having XSS (Cross-site scripting) security with escaping functionality, also detect the links like URLs, email, and IP addresses and wrap them into Anchor tag `<a>`. | ||
| Text formatting in Javascript. Detect the user-defined identifiers in the text and convert them into HTML tags like bold, italic, strike, and many more having XSS (Cross-site scripting) security with escaping functionality, also detect the links like URLs, email, and IP addresses and wrap them into Anchor tag `<a>` with also other user define formatting. | ||
@@ -5,0 +5,0 @@ ## Table of Contents |
18136
0.39%