-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Closed
Description
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:
using System;namespace NameSpace{ ...}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.


