crayon-syntax-highlighter icon indicating copy to clipboard operation
crayon-syntax-highlighter copied to clipboard

Some problem with <> brackets

Open dhameliyamilan opened this issue 3 years ago • 0 comments

This is My original code

class _SecondScreenState extends State<SecondScreen> {

}

this is what your plugin show

class _SecondScreenState extends State&lt;SecondScreen&gt; {
 
}

dhameliyamilan avatar Jun 29 '21 12:06 dhameliyamilan