Any good desktop client for wordpress with support for google syntax highliter? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 6 years ago. Improve this question I’m using Google Syntax Highlighter for WordPress and I have to go to the html view where I have to manually … Read more

Disable escaping html

I’m using SyntaxHighlighter Evolved to highlight code examples. E.g. [csharp] string s = “text”; List<int> numbers = new List<int>(); [/csharp] When I first save it, it’s ok, but when editing wordpress changes the text to [csharp] string s = &quot;text&quot;; List&lt;int&gt; numbers = new List&lt;int&gt;(); [/csharp] After second edit it becomes [csharp] string s = … Read more

Code Formatted with SyntaxHighlighter Evolved Appearing Incorrectly on iPad/iPhone

I have just started a programming blog and I am using the SyntaxHightlighter Evolved plugin to format my code. On most browsers this is working just fine. However if I attempt to view the site from either an iPhone or iPad the line numbers and code are no longer aligned. Basically the problem seems to … Read more

Syntax highlighting for post/page editor [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 9 years ago. Improve this question Anyone know of a plugin that adds syntax highlighting to the post/page HTML editor? Thanks- 5 s 5 I am using … Read more