Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Cant paste Html tags #123

Open
Anmolsharma7373 opened this issue Dec 25, 2020 · 1 comment
Open

Cant paste Html tags #123

Anmolsharma7373 opened this issue Dec 25, 2020 · 1 comment

Comments

@Anmolsharma7373
Copy link

Anmolsharma7373 commented Dec 25, 2020

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

@Xnehaxixh
Copy link

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".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants