obsidian-linter
obsidian-linter copied to clipboard
Bug: Ensuring consistent blockquote style removes list paragraph indentation
- [x] I have verified that I am on the latest version of the Linter
Describe the Bug
When "Makes sure blockquote style is consistent" is checked the plugin removes indentation from lists with multiple paragraphs.
How to Reproduce
Example to reproduce issue with
>- List item 1.
>
> - List item 2.
>
> Second paragraph.
>
>- List item 3.
Expected Behavior
> - List item 1.
>
> - List item 2.
>
> Second paragraph.
>
> - List item 3.
Actual behaviour
> - List item 1.
>
> - List item 2.
>
> Second paragraph.
>
> - List item 3.