Skip to content

[Blogger] Every text boxes don't work well #89

@ghost

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.

Here is the screenshot.
snapcrab_noname_2013-7-25_15-40-29_no-00
snapcrab_noname_2013-7-25_15-40-11_no-00
snapcrab_noname_2013-7-25_15-39-51_no-00

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions