Skip to content

Commit

Permalink
Merge pull request #12 from leiserfg/fix-br
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak authored Mar 12, 2022
2 parents ebe10ef + 20caa27 commit 8205442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/panvimdoc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function SoftBreak()
end

function LineBreak()
return "<br/>"
return "\n"
end

function Emph(s)
Expand Down

0 comments on commit 8205442

Please sign in to comment.