Skip to content

Commit

Permalink
Auto-release 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjkaufman committed Dec 24, 2024
1 parent 470f051 commit 8487a39
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
16 changes: 15 additions & 1 deletion docs/docs/settings/spacing-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ Paragraph here...

Alias: `line-break-at-document-end`

Ensures that there is exactly one line break at the end of a document.
Ensures that there is exactly one line break at the end of a document if the note is not empty.



Expand Down Expand Up @@ -941,6 +941,20 @@ After:
`````` markdown
Lorem ipsum dolor sit amet, consectetur adipiscing elit.

``````
</details>
<details><summary>Empty files will not have a blank line added</summary>

Before:

`````` markdown

``````

After:

`````` markdown

``````
</details>

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-linter",
"name": "Linter",
"version": "1.27.1",
"version": "1.28.0",
"minAppVersion": "1.5.7",
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
"author": "Victor Tao",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-linter",
"version": "1.27.1",
"version": "1.28.0",
"description": "Enforces consistent markdown styling for Obsidian (https://obsidian.md). It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"1.25.0": "1.5.7",
"1.26.0": "1.5.7",
"1.27.0": "1.5.7",
"1.27.1": "1.5.7"
"1.27.1": "1.5.7",
"1.28.0": "1.5.7"
}

0 comments on commit 8487a39

Please sign in to comment.