You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ An [mdformat](https://github.com/executablebooks/mdformat) plugin that provides
8
8
-**EditorConfig support**: Configure list indentation via `.editorconfig` files
9
9
-**Tight list formatting**: Automatically removes unnecessary blank lines between list items
10
10
-**Frontmatter spacing**: Normalizes spacing after YAML frontmatter (works with [mdformat-frontmatter](https://github.com/butler54/mdformat-frontmatter))
When used with [mdformat-frontmatter](https://github.com/butler54/mdformat-frontmatter), this plugin normalizes the spacing after YAML frontmatter:
95
-
96
-
-**Heading after frontmatter**: No blank line (tight)
97
-
-**Other content after frontmatter**: Exactly one blank line
96
+
When used with [mdformat-frontmatter](https://github.com/butler54/mdformat-frontmatter), this plugin removes blank lines between the frontmatter closing delimiter and the first content block:
0 commit comments