In Chrome, when I write some text in Blogger, for example,
'''csharp
using System;
namespace NameSpace
{
...
}
```
is converted like this:
using System;
namespace NameSpace
{
...
}
When I push 'Preview' button, it becomes like:
I don't know whether this is Markdown Here's bug or Blogger's bug.
But when I pasted a valid HTML into Blogger's editer, that is converted in 'Try it out...' (in http://markdown-here.com/) from same Markdown , everythings works very well.
The problem only happens when I converted that directly in Blogger's editor.
Here is the screenshot.



In Chrome, when I write some text in Blogger, for example,
is converted like this:
When I push 'Preview' button, it becomes like:
{...}I don't know whether this is Markdown Here's bug or Blogger's bug.
But when I pasted a valid HTML into Blogger's editer, that is converted in 'Try it out...' (in http://markdown-here.com/) from same Markdown , everythings works very well.
The problem only happens when I converted that directly in Blogger's editor.
Here is the screenshot.


