I'm using SyntaxHighlighter in my blogger blog. But since few days it adds extra blank lines in my code. It only happens to new posts only. Can anyone please tell me how to remove these extra blank lines. I saw similar question. But it does not clearly answered. Thanks in advance.
Asked
Active
Viewed 521 times
4 Answers
3
This not exactly an issue with the SyntaxHighlighter - recently the blogger adds the <br />
tag for the ENTER.

benmarks
- 23,384
- 1
- 62
- 84

Prabath Siriwardena
- 5,891
- 1
- 27
- 34
2
Or use HTML encoder. There are some sites that encode HTML. Use them before posting to blog.
1
If we just copy and paste from windows notepad the blogger adds <br/>
tags twice for cr
and lf
. So don't just copy and paste from notepad. Use blogger draft editor if it is really wanted.

Jayanga Kaushalya
- 2,674
- 5
- 38
- 58