Article markup completely messed up. Preview and edit mode is fine, though
-
I slightly modified the intro text in my upcoming WPF NotifyIcon article. Preview was fine, but since publishing it, the code/markup samples are completely messed up (the formatting markup is rendered): WPF NotifyIcon[^] However, going back to edit mode shows me the regular contents again and preview is fine, too. Saving again switches back to the messed up markup. Edit: Also formatted keywords are affected. Here's how the version number in the History section is being displayed:
"code-digit">1."code-digit">0."code-digit">1 - Initial CodeProject release
Another observation: If I just look at the "latest" version of the article in the history, it renders just fine, too: http://www.codeproject.com/script/Articles/ArticleVersion.aspx?aid=36468&av=0[^] Could you have a look at it asap? Cheers, Philipp
NetDrives - Open Source Network Share Management Awesomeness
modified on Monday, May 25, 2009 11:31 AM
-
I slightly modified the intro text in my upcoming WPF NotifyIcon article. Preview was fine, but since publishing it, the code/markup samples are completely messed up (the formatting markup is rendered): WPF NotifyIcon[^] However, going back to edit mode shows me the regular contents again and preview is fine, too. Saving again switches back to the messed up markup. Edit: Also formatted keywords are affected. Here's how the version number in the History section is being displayed:
"code-digit">1."code-digit">0."code-digit">1 - Initial CodeProject release
Another observation: If I just look at the "latest" version of the article in the history, it renders just fine, too: http://www.codeproject.com/script/Articles/ArticleVersion.aspx?aid=36468&av=0[^] Could you have a look at it asap? Cheers, Philipp
NetDrives - Open Source Network Share Management Awesomeness
modified on Monday, May 25, 2009 11:31 AM
Your problem is you have used a lot of <span> tags inside your pre-block sections. The pre-block should contain text (and only text). The CP backend code will syntax colorize your code for you.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com link -
I slightly modified the intro text in my upcoming WPF NotifyIcon article. Preview was fine, but since publishing it, the code/markup samples are completely messed up (the formatting markup is rendered): WPF NotifyIcon[^] However, going back to edit mode shows me the regular contents again and preview is fine, too. Saving again switches back to the messed up markup. Edit: Also formatted keywords are affected. Here's how the version number in the History section is being displayed:
"code-digit">1."code-digit">0."code-digit">1 - Initial CodeProject release
Another observation: If I just look at the "latest" version of the article in the history, it renders just fine, too: http://www.codeproject.com/script/Articles/ArticleVersion.aspx?aid=36468&av=0[^] Could you have a look at it asap? Cheers, Philipp
NetDrives - Open Source Network Share Management Awesomeness
modified on Monday, May 25, 2009 11:31 AM
All fixed. Sorry bout that
cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP
-
All fixed. Sorry bout that
cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP
No harm done - thx for the fast reply :)
NetDrives - Open Source Network Share Management Awesomeness
-
Your problem is you have used a lot of <span> tags inside your pre-block sections. The pre-block should contain text (and only text). The CP backend code will syntax colorize your code for you.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com linkNish, It appears to me the span-tags came from the script that applies syntax-highlighting. But it's fixed now - cheers :)
NetDrives - Open Source Network Share Management Awesomeness
-
Nish, It appears to me the span-tags came from the script that applies syntax-highlighting. But it's fixed now - cheers :)
NetDrives - Open Source Network Share Management Awesomeness
Ah okay - I had not realized that.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com link