diff --git a/chords/plugins/spaces.py b/chords/plugins/spaces.py index 1b2ca30..cc20393 100644 --- a/chords/plugins/spaces.py +++ b/chords/plugins/spaces.py @@ -15,7 +15,7 @@ def parse_chords(inline, m, state: InlineState): def render_chords(renderer, text): """Renders tag into HTML""" - return r" " * int(text) + return r" " * int(text) def spaces(md):