How to remove html tags from console?
Likewise, I am checking the output of the code only in the console instead of default browser, but in the console, HTML tags were also showing. For example:
</pre>Now array should be shorter<pre>Array
(
[en] => Array
(
[language] => English
[currency] => Array
(
[new] => US Dollar
[old] => US Dollar
)
Like those PRE tags?
Please sign in to leave a comment.
Not </pre>...<pre> , is <pre>...</pre> ,maybe make mistake here
Looks like there's no way.
Related feature request if interested: https://youtrack.jetbrains.com/issue/IDEA-149775