From 87b90c52d9554fce4d9dd87c4b698d20ef1472e0 Mon Sep 17 00:00:00 2001 From: Keillion <735699921@qq.com> Date: Fri, 18 Feb 2022 18:50:42 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a124ba4..5548280 100644 --- a/README.md +++ b/README.md @@ -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 `
` element. -2. Manually replace each `\n` character in the result with `
` +2. Manually replace each `\n` character in the result with `
`