Skip to content
This repository was archived by the owner on Jul 23, 2019. It is now read-only.
This repository was archived by the owner on Jul 23, 2019. It is now read-only.

why is [Content] encoded and how to solve it? #6

Description

@jJayyyyyyy

Description

After making a comment with markdown syntax, all the data were sent to my GitHub repo. But the question is, they've been encoded.

What I write in comment zone is:

markdown test

```python
print("hello world")
```

but on GitHub Pull Request, it's some kind of encoded, and could not be rendered properly by markdownify filter

markdown test

```python
print('hello world')
```

I've googled it but nothing works. Could you please tell me how to solve it and to properly render the markdown syntax? Thanks a lot!

PS: Comm(ent|it) is really awesome!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions