Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,4 +537,4 @@ When it comes to HTML, newline characters ( `\n` ) are not interpreted as they n

There are two ways in which you can resolve this:
1. Wrap the element used to display the result in a `<pre>` element.
2. Manually replace each `\n` character in the result with `<br \>`
2. Manually replace each `\n` character in the result with `<br>`