markdown auto-formatting

Answered

When auto-formatting code in markdown file Intellij adding one linebreak after "html".

```html
<some-tag some-attr="some-value" disabled="false"></some-tag>
```
```html

<some-tag some-attr="some-value" disabled="false"></some-tag>
```

In the case of "css", nothing like this happens. How to configure that setting?

0
1 comment

An extra line in HTML is caused by the bug. See https://youtrack.jetbrains.com/issue/IDEA-244538

There is no option in markdown to insert a new line before the first tag. 

 

1

Please sign in to leave a comment.