Skip to content

Commit

Permalink
Merge pull request #656 from northword/master
Browse files Browse the repository at this point in the history
fix typo in example of heading-blank-lines
  • Loading branch information
pjkaufman authored Mar 21, 2023
2 parents 8c3bf0c + ea0159c commit fb5b8e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rules/heading-blank-lines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,12 @@ export default class HeadingBlankLines extends RuleBuilder<HeadingBlankLinesOpti
}),
new ExampleBuilder({
// accounts for https://github.com/platers/obsidian-linter/issues/219
description: 'Empty line before header and after Yaml is removed with `Empty Line Between Yaml and Header=true`',
description: 'Empty line before header and after Yaml is removed with `Empty Line Between Yaml and Header=false`',
before: dedent`
---
key: value
---
${''}
# Header
Paragraph here...
`,
Expand Down

0 comments on commit fb5b8e3

Please sign in to comment.