Hi! Is there any news about it? Is it fixed in newer versions?Thorsten wrote:okay, I'll check this issue.
Search found 3 matches
- Thu Feb 16, 2012 10:41 pm
- Forum: General discussions
- Topic: Problem with adding html/xml code examples in article
- Replies: 5
- Views: 5216
Re: Problem with adding html/xml code examples in article
- Fri Feb 18, 2011 9:04 am
- Forum: General discussions
- Topic: Problem with adding html/xml code examples in article
- Replies: 5
- Views: 5216
Re: Problem with adding html/xml code examples in article
Yes, I use SyntaxHighlighter, but it doesn't effects core problem. SyntaxHighlighter automatically changed string like
<target name="copy_sxr_to_res">
to html
<pre class="brush: xml;fontsize: 100; first-line: 1; "><target name="copy_sxr_to_res"></pre>
Symbols < and > changed to < and > and then ...
<target name="copy_sxr_to_res">
to html
<pre class="brush: xml;fontsize: 100; first-line: 1; "><target name="copy_sxr_to_res"></pre>
Symbols < and > changed to < and > and then ...
- Thu Feb 17, 2011 11:02 pm
- Forum: General discussions
- Topic: Problem with adding html/xml code examples in article
- Replies: 5
- Views: 5216
Problem with adding html/xml code examples in article
I can succesfully post in articles html/xml code example with Syntaxhighlighter or Code/Code sample paragraphs.
For example: <target name="copy_sxr_to_res">
Even when tinymce (visual editor) is turned off I can manually post it with manuall replacement of < and > symbols to < and > But if I try to ...
For example: <target name="copy_sxr_to_res">
Even when tinymce (visual editor) is turned off I can manually post it with manuall replacement of < and > symbols to < and > But if I try to ...