Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML in Markdown rendered incorrectly #402

Closed
okonet opened this issue Apr 20, 2017 · 1 comment
Closed

HTML in Markdown rendered incorrectly #402

okonet opened this issue Apr 20, 2017 · 1 comment
Labels

Comments

@okonet
Copy link
Member

okonet commented Apr 20, 2017

This snippet in the markdown document:

<a href="https://opencollective.com/react-dropzone/sponsor/0/website" target="_blank"><img src="https://opencollective.com/react-dropzone/sponsor/0/avatar.svg"></a>

is rendered to:

2017-04-20 at 13 43

which isn't correct.

To reproduce, create a styleguide config with

sections: [
    {
      content: 'README.md'
    }
]

and update README to have such snippet.

@sapegin
Copy link
Member

sapegin commented Apr 20, 2017

I think you should report it to markdown-to-jsx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants