chouzz / vscode-better-align

Better vertical alignment with/without selection in any language.
https://marketplace.visualstudio.com/items?itemName=Chouzz.vscode-better-align&ssr=false#overview
Apache License 2.0
39 stars 4 forks source link

Doesn't appear to work on HTML text lines separated by `<br>`s. #125

Open RokeJulianLockhart opened 3 weeks ago

RokeJulianLockhart commented 3 weeks ago

As an example, the undermentioned:

```HTML

7-402 Rudyka
Oblast 14
P6 Volnorez
Union of Greater Eurasia

W512 Gruppe
Häuserblock 4
Nachlass 674
P4 Standshaft
Allied Defence Organization

```

...should become the undermentioned:

<p>

7-402 Rudyka <br>
Oblast 14    <br>
P6 Volnorez  <br>
Union of Greater Eurasia <!-- <i> Respublika Sveta </i> -->

<p></p>

W512 Gruppe   <br>
Häuserblock 4 <br>
Nachlass 674  <br>
P4 Standshaft <br>
Allied Defence Organization <!-- <i> Sol Imperium </i> -->

</p>

...or something similar, surely? Currently, it is unaffected by the Align command.