showdown/test/unit
chandi 949c2bcf86
fix(email): now email address obfuscation always returns the same output
* feat(helpers): determined results for email address obfuscation

email address is used as the seed, so it should always provide the same result for a given mail.
utilizes a random number generator shown here: https://stackoverflow.com/questions/521295/seeding-the-random-number-generator-in-javascript/47593316#47593316

* feat(helpers): added Math.imul() support for older browsers

Co-authored-by: Estevão Soares dos Santos <estevao.santos@gmail.com>
2022-03-26 00:31:41 +00:00
..
cli.js clean: clean stray console.log 2022-03-10 00:21:25 +00:00
optionswp.js test: testsuite refactoring 2017-12-22 15:28:41 +00:00
showdown.Converter.js fix(extension-registering) removeExtension implementation 2021-11-14 13:48:20 -07:00
showdown.Converter.makeHtml.js chore: add test for repeat helper 2022-03-10 12:56:34 +00:00
showdown.Converter.makeMarkdown.js chore: add test for repeat helper 2022-03-10 12:56:34 +00:00
showdown.helpers.js fix(email): now email address obfuscation always returns the same output 2022-03-26 00:31:41 +00:00
showdown.js chore: add test for repeat helper 2022-03-10 12:56:34 +00:00