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

[Bug] 2 new line breaks in conversion #5

Open
Kristinita opened this issue Mar 28, 2017 · 1 comment
Open

[Bug] 2 new line breaks in conversion #5

Kristinita opened this issue Mar 28, 2017 · 1 comment

Comments

@Kristinita
Copy link

1. Summary

If I convert selected text, 2 new line breaks add for me.

2. Steps to reproduce

I reproduce the problem in a version of Sublime Text without plugins and user settings.

For example, I have a text:

<KristinaBetweenAngleBrackets>

I select text → Ctrl+Shift+PHTML2Text: Convert Selection.

3. Expected behavior

<KristinaBetweenAngleBrackets>

4. Actual behavior

2 new line breaks add for me.

<KristinaBetweenAngleBrackets>

Actual

If I add line

print(text)

after text variable, I see the same output in Sublime Text console:

<KristinaBetweenAngleBrackets>

6. Environment

Operating system and version:
Windows 10 Enterprise LTSB 64-bit EN
Sublime Text:
Build 3126

Thanks.

@jaredmoody
Copy link
Owner

This repository is pretty old and unmaintained - I don't even use SublimeText any longer. The code is pretty simple if you would like to read it and submit a PR - but I'd also be fine if you want to fork and take it over and I'll delete my copy of this repository.

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