-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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+P → HTML2Text: Convert Selection
.
3. Expected behavior
<KristinaBetweenAngleBrackets>
4. Actual behavior
2 new line breaks add for me.
<KristinaBetweenAngleBrackets>
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.
Metadata
Metadata
Assignees
Labels
No labels