Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Wrapping multi line text with abbreviation doesn't add proper newline and indentation #17

Closed
ramya-rao-a opened this issue Feb 23, 2018 · 1 comment

Comments

@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Feb 23, 2018

expand('div>ul', {text: ['<div>line1</div>\n<div>line2</div>']})
should result in

<div>
    <ul>
         <div>line1</div>
         <div>line2</div>
    </ul>
</div>

Instead, it results in

<div>
    <ul><div>line1</div>
     <div>line2</div></ul>
</div>
@ramya-rao-a
Copy link
Contributor Author

cc @sergeche

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant