davidwessman / syntax_tree-erb

Syntax Tree support for ERB
MIT License
21 stars 3 forks source link

[Formatting] ERB in text #48

Closed davidwessman closed 1 year ago

davidwessman commented 1 year ago
ERB-snippetHello <%= user.name %>. ```
Expected formattingHello <%= user.name %>. ```
Actual formatting Hello <%= user.name %> . ```

Comment

This HTML will have an extra space before the final dot.

Versions

syntax_tree: syntax_tree-erb:

davidwessman commented 1 year ago

Fixed in #51