Uros
Results
1
issues of
Uros
If I write something like: ``` div{{{Test}}} ``` it expands to: ``` {Test}} ``` I would expect the same behaviour as on [emmet.io](https://docs.emmet.io): ``` {{Test}} ```