ibs-format
Advanced tools
+1
-1
| { | ||
| "name": "ibs-format", | ||
| "version": "1.4.8", | ||
| "version": "1.4.9", | ||
| "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", |
+8
-8
@@ -6,3 +6,3 @@ # Description | ||
| ## Table of Contents | ||
| - [Online Demo](#demo) | ||
| - [Online Demo](#online-demo) | ||
| - [Supported browsers](#browsers) | ||
@@ -13,8 +13,8 @@ - [Installation](#installation) | ||
| - [Links Detecting](#links-detecting) | ||
| - [Cross Site Scripting (XSS)](#cross-site-scripting) | ||
| - [Format the text at run time using custom Pipe](#pipe) | ||
| - [Use the external 'ngx-linkifyjs' library for detecting the links](#linkifyjs) | ||
| - [Cross Site Scripting (XSS)](#cross-site-scripting-(xss)) | ||
| - [Format the text at run time using custom Pipe](#format-the-text-at-run-time-using-custom-pipe) | ||
| - [Use the external 'ngx-linkifyjs' library for detecting the links](#use-the-external-'ngx-linkifyjs'-library-for-detecting-the-links) | ||
| - [Precautions](#precautions) | ||
| <a name="demo"/> | ||
| <a name="online-demo"/> | ||
@@ -127,3 +127,3 @@ # Online Demo | ||
| ``` | ||
| <a name="cross-site-scripting"/> | ||
| <a name="cross-site-scripting-(xss)"/> | ||
@@ -144,3 +144,3 @@ # Cross Site Scripting (XSS). | ||
| <a name="pipe"/> | ||
| <a name="format-the-text-at-run-time-using-custom-pipe"/> | ||
@@ -183,3 +183,3 @@ # Format the text at run time using custom Pipe. | ||
| <a name="linkifyjs"/> | ||
| <a name="use-the-external-'ngx-linkifyjs'-library-for-detecting-the-links"/> | ||
@@ -186,0 +186,0 @@ # Use the external 'ngx-linkifyjs' library for detecting the links |
18065
1.22%