ibs-format
Advanced tools
+1
-1
| { | ||
| "name": "ibs-format", | ||
| "version": "1.4.7", | ||
| "version": "1.4.8", | ||
| "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", |
+2
-2
@@ -11,3 +11,3 @@ # Description | ||
| - [Text Formatting](#text-formatting) | ||
| - [Links Detecting](#Links-detecting) | ||
| - [Links Detecting](#links-detecting) | ||
| - [Cross Site Scripting (XSS)](#cross-site-scripting) | ||
@@ -87,3 +87,3 @@ - [Format the text at run time using custom Pipe](#pipe) | ||
| <a name="Links-detecting"/> | ||
| <a name="links-detecting"/> | ||
@@ -90,0 +90,0 @@ # Links Detecting |