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

Tags within pre blocks cause nōn-pre rendering of their contents #106

Closed
mirabilos opened this issue Jan 27, 2024 · 1 comment
Closed

Comments

@mirabilos
Copy link

Related to #103 but different:

>>> from markdownify.markdownify import markdownify
>>> print(markdownify('<pre>foo*bar</pre>'))

```
foo*bar
```

>>> print(markdownify('<pre>foo<span class="asterix">*</span>bar</pre>'))

```
foo\*bar
```

I expect them to convert identical.

@mirabilos
Copy link
Author

Oh, nice, fixed by #104, thanks!

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

No branches or pull requests

1 participant