Tagged Questions
0
votes
1answer
47 views
Why is `--` converted into ndash and how can I get rid of it?
I have a blog where I publish Linux tutorials. Some of the commands I listed have a -- before command-line arguments. e.g.: dpkg --get-selections.
The problem is that WordPress automatically switches ...
3
votes
2answers
325 views
WP Editor strips input placeholder attribute
Why WP Editor also strips the "placeholder" attribute of the input text element ?
Ofcourse, i am using the HTML mode.
Here is the input:
<input type="text" value="" name="s" style="width: 550px;" ...