Tagged Questions
0
votes
1answer
310 views
How can I get Wordpress to save comments in markdown format?
I love markdown, and I have the Wordpress markdown-for-wordpress-and-bbpress parsing markdown in my posts and comments.
However, I've noticed that Wordpress saves the comments rendered in html ...
0
votes
2answers
71 views
Why is adoptStyles-css stylesheet link added to every page?
By looking at the source of any of the WordPress pages on my site, I can see there is this stylesheet link:
<link rel='stylesheet' id='adoptStyles-css'
...