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

Newlines inside a title #95

Open
benbaker76-ai opened this issue Aug 21, 2023 · 1 comment
Open

Newlines inside a title #95

benbaker76-ai opened this issue Aug 21, 2023 · 1 comment

Comments

@benbaker76-ai
Copy link

I have the following html:

<strong><u>Title<br><br></u></strong>Text after the title.

The markdownify output is:

**Title**Text after the title.

What I'd like is:

**Title**

Text after the title.
@MrClon
Copy link

MrClon commented Nov 30, 2023

Same problem. markdownify.markdownify('<b>foo<br/></b>bar') return '**foo**bar', instead of '**foo**\nbar'

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

2 participants