mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
add 2-chars offset to the listing tags
This commit is contained in:
parent
fe467e8316
commit
1ba5749623
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ pub fn render(buffer: &TextBuffer) {
|
||||||
|
|
||||||
buffer.insert_with_tags(
|
buffer.insert_with_tags(
|
||||||
&mut start_iter,
|
&mut start_iter,
|
||||||
&format!("{}• ", " ".repeat(item.level)),
|
&format!(" {}• ", " ".repeat(item.level)),
|
||||||
&[],
|
&[],
|
||||||
);
|
);
|
||||||
if let Some(state) = item.state {
|
if let Some(state) = item.state {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue