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

Block-elements in in-line elements (eg. bold, italic, hyperlinks) #6

Open
EvitanRelta opened this issue Dec 9, 2022 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@EvitanRelta
Copy link
Owner

If in-line elements contains block elements, they should be in HTML-syntax.

For example, this HTML:

<i>
<pre><code>CODEBLOCK
</code></pre>
</i>

converts to this incorrect markdown:

*```
CODEBLOCK
```

*
@EvitanRelta EvitanRelta added the bug Something isn't working label Dec 9, 2022
@EvitanRelta EvitanRelta self-assigned this Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant