Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Jun 3, 2023
1 parent 614ac17 commit 647cb66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/marggers/parser.nim
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ proc parseTopLevel*(parser; options): seq[MarggersElement] =
not context.isNil:
addLine()
else:
inc parser.pos
var align: string
parser.matchNext:
of '<': align = "text-align:left"
Expand Down

0 comments on commit 647cb66

Please sign in to comment.