saurabhdaware / text-to-handwriting

So your teacher asked you to upload written assignments? Hate writing assigments? This tool will help you convert your text to handwriting xD
https://saurabhdaware.github.io/text-to-handwriting/
MIT License
4.73k stars 1.14k forks source link

Cant paste Html tags #123

Open Anmolsharma7373 opened 3 years ago

Anmolsharma7373 commented 3 years ago

the writing are where the user can paste stuff from online websites or journals is acting as a compiler for html tags (but only while copying and pasting whole html or php program and then pasting it in the working area) Like if i paste Hello with bold tags of html m getting Hello in bold

esoterik-dev commented 3 years ago

I can reproduce this.

Steps to reproduce: Open the website and paste the following code.

<h1>
    <p align="center" style="color: #007965;">
        <marquee>
            This is<br><br><br>a marquee.
        </marquee>
    </p>
</h1>

Output: image

What can be done currently to circumvent the problem is by manually typing html tags or if the code is too big, you can use software like TyperX make make it "manually type".