Is your feature request related to a problem? Please describe.
If we set indent option, now indentation looks like:
# heading 1
some text
## heading 2
some text
In Obsidian i have snippet that add indentation for body after heading relative to the heading.
Describe the solution you'd like
Is there any way, to add option to make the indentation look like this:
# heading 1
some text
## heading 2
some text
In my opinion it looks more readable.
Describe alternatives you've considered
Thanks for the great plugin!
Additional information
No response