Closed this issue a year ago · 1 comments
When you put the cursor on a blockquote line, for example
> some text
The blockquote indicator to the left of the blockquote overlaps with the '>'. Screenshot:
which I don't think is intentional. Is it possible to move the indicator a bit to the left?
This issue will be fixed later. For now, you can temporarily resolve this problem by importing the following code snippet:
.cm-s-obsidian span.cm-formatting-quote{ padding-left: 4px; }