When pressing cmd + r on an opened document this returns a list of function or in the case of a markdown document a list of titles indented by header values.
The thing for me is that the indentation level is only set to one space which is not very easily distinguishable. Here is an exemple of the output:
Header 1
Header 2
Header 2
Header 2
Header 3
Header 2
Header 1
Header 1
Therefore is there a way to set the indentation to be say 2 or 3 spaces instead of just 1 in my user config so that it could look like bellow instead?
Header 1
Header 2
Header 2
Header 2
Header 3
Header 2
Header 1
Header 1
Thank you.