From 19c4678a52afbea7fc507d3006391eea7632dfcc Mon Sep 17 00:00:00 2001 From: Guan Quan <76832850+guanquann@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:20:44 +0800 Subject: [PATCH] Add indentation to input constraints --- docs/UserGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index eade50ebc1f..26be5896c71 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -115,9 +115,9 @@ This user guide provides in-depth documentation on GourmetGrid's installation pr * have each domain label consist of alphanumeric characters, separated only by hyphens, if any. -Address should not contain any words that begin with reserved terms (`n/`, `p/`, `e/`, `c/`, `t/`) that indicate other parameters. +* Address should not contain any words that begin with reserved terms (`n/`, `p/`, `e/`, `c/`, `t/`) that indicate other parameters. -Remark should not contain any words that begin with reserved terms (`d/`) that indicate the date parameter. +* Remark should not contain any words that begin with reserved terms (`d/`) that indicate the date parameter. * Date should be in the format `YYYY-MM-DD`, where `YYYY` is the year (all the digits, i.e. 2012), `MM` is the month (01 to 12) and `DD` is the day (01 to 31).