Skip to content

Commit 75fb26f

Browse files
committed
Fix formatting issues
1 parent 3516bb2 commit 75fb26f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/UserGuide.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,7 @@ Action | Format, Examples
210210
* If within the quotation marks `"` you want to use `\` or `"`, place the character `\` before it to "escape" it, which
211211
basically tells the program that you want to input these special characters. <br>
212212
e.g. `add n/"\"Maria del Carmen\" Pérez"` or `add n/Ned d/"This is a backslash \\"`
213-
<div style=" background: linear-gradient(135deg, #fff3e0, #ffe0b2); border-left: 6px solid #fb8c00; padding: 12px 16px; border-radius: 10px; font-family: 'Segoe UI', system-ui, sans-serif; color: #5d4037; box-shadow: 0 2px 6px rgba(0,0,0,0.1); "> <strong>Warning:</strong> Unclosed quotation marks are not allowed!(i.e. you cannot start with a quotation mark and end with an escaped quotation mark or without a quotation mark at all.)</div>
214-
215-
</box>
213+
<div style=" background: linear-gradient(135deg, #fff3e0, #ffe0b2); border-left: 6px solid #fb8c00; padding: 12px 16px; border-radius: 10px; font-family: 'Segoe UI', system-ui, sans-serif; color: #5d4037; box-shadow: 0 2px 6px rgba(0,0,0,0.1); "> <strong>Warning:</strong> Unclosed quotation marks are not allowed! You cannot start with a quotation mark and end with an escaped quotation mark or without a quotation mark at all.</div>
216214

217215
<br>
218216

0 commit comments

Comments
 (0)