Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am trying to submit the code which is a type script file.

What I have tried:

While using
or <code lang="Typescript"> the submission html gives error
Posted
Updated 20-Sep-17 6:51am

Post your question in the Article Writing Discussion Boards[^] so one of the Administrators can help you.
 
Share this answer
 
You need to use encode button
So
JavaScript
<code lang="Typescript">

is replaced by
JavaScript
&lt;code lang="Typescript"&gt;

which will deactivate that text.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900