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

<kbd> HTML tag breaks parsing #486

Closed
adam-boduch opened this issue Mar 18, 2017 · 1 comment
Closed

<kbd> HTML tag breaks parsing #486

adam-boduch opened this issue Mar 18, 2017 · 1 comment
Labels

Comments

@adam-boduch
Copy link

Input:

<kbd>C</kbd> `foo`

Expected result:

<p><kbd>C</kbd> <code>foo</code></p>

Parsedown:

<kbd>C</kbd> `foo`

As you can see, parsedown does not parse text after <kbd> tag. It's wired because it works with other html tags.

image

@aidantwoods
Copy link
Collaborator

Seems this no longer occurs, but please reopen if you're still having the same issue in the latest version.

screen shot 2018-03-27 at 21 16 45

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

3 participants