From 1b48e13064f95b817aac9e6088227797fdb774e0 Mon Sep 17 00:00:00 2001 From: kenjis Date: Tue, 31 Oct 2023 09:12:55 +0900 Subject: [PATCH] docs: fix text decoration --- user_guide_src/source/libraries/validation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_guide_src/source/libraries/validation.rst b/user_guide_src/source/libraries/validation.rst index 7300fa88ff56..e1b0161ff714 100644 --- a/user_guide_src/source/libraries/validation.rst +++ b/user_guide_src/source/libraries/validation.rst @@ -830,7 +830,8 @@ alpha_numeric_punct No Fails if field contains anything other than alphanumeric, space, or this limited set of punctuation characters: ``~`` (tilde), ``!`` (exclamation), ``#`` (number), - ``$`` (dollar), ``% (percent), & (ampersand), + ``$`` (dollar), ``%`` (percent), + ``&`` (ampersand), ``*`` (asterisk), ``-`` (dash), ``_`` (underscore), ``+`` (plus), ``=`` (equals), ``|`` (vertical bar),