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

Tranform <br> to \n when using --text flag #74

Open
tobiashort opened this issue Jun 24, 2024 · 0 comments
Open

Tranform <br> to \n when using --text flag #74

tobiashort opened this issue Jun 24, 2024 · 0 comments

Comments

@tobiashort
Copy link

Actual behaviour:

% echo '<div id="my-div">line1<br>line2<br>line3</div>' | htmlq -t "#my-div"
line1line2line3

Expected behaviour:

% echo '<div id="my-div">line1<br>line2<br>line3</div>' | htmlq -t "#my-div"
line1
line2
line3
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