Skip to content

Commit

Permalink
bijou.js
Browse files Browse the repository at this point in the history
  ____ _____     _  ____  _    _      _  _____
 |  _ \_   _|   | |/ __ \| |  | |    | |/ ____|
 | |_) || |     | | |  | | |  | |    | | (___
 |  _ < | | _   | | |  | | |  | |_   | |\___ \
 | |_) || || |__| | |__| | |__| | |__| |____) |
 |____/_____\____/ \____/ \____(_)____/|_____/

Files changed:

 M bijou.js

Date: 2021-01-27 20:30:40
User: Explosion-Scratch
Email: explosion.scratch@gmail.com
  • Loading branch information
Explosion-Scratch committed Jan 27, 2021
1 parent 91fbd01 commit 9d4167d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bijou.js
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ let _temp = {
* Sanitizes an HTML string. It is quite possible that this is not production ready so use with caution. (I did my best though >=( )
* @function
* @memberOf bijou
* @param {String} input The input string to sanitize.
* @param {String} html The input string to sanitize.
* @param {Array} [tags=undefined] The array of tags to allow, there is a default list though.
* @param {Array} [attributes=undefined] The array of attributes to allow. By default only allows "href" and "src" attributes.
* @example
Expand Down Expand Up @@ -2539,7 +2539,11 @@ let _temp = {
discoverCredit: /^6(?:011|5[0–9]{2})[0–9]{12}$/,
},
/**
* Cno
* Converts markdown to HTML.
* @param {String} src The markdown to convert to HTML.
* @memberOf bijou
* @function
* @returns {String} The string of HTML converted from the markdown input.
*/
markdownToHTML: (src) => {

Expand Down

0 comments on commit 9d4167d

Please sign in to comment.