mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Correctly indent first line of multiline entry
This commit is contained in:
parent
acc754e337
commit
99426cecd2
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ def highlight_tags_with_background_color(entry, text, color, bold=False):
|
|||
else:
|
||||
# Otherwise just append it.
|
||||
final_text += " " + colorized_piece
|
||||
final_text = final_text.lstrip()
|
||||
|
||||
previous_piece = piece
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue