From 5d98ed441f2106e6c337b3f863bb66f53275c227 Mon Sep 17 00:00:00 2001 From: cclecle Date: Sat, 25 Mar 2023 12:28:33 +0000 Subject: [PATCH] test doc --- docs-static/usage.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs-static/usage.md b/docs-static/usage.md index 80ad12a..e848a2a 100644 --- a/docs-static/usage.md +++ b/docs-static/usage.md @@ -13,6 +13,7 @@ To realize this job, parsing is done in two rounds: /// note | searching policy type: warning + When formal search (1), _lines must contain at least 2 words_ When keywords search (2), _lines must contain at least 3 words_ /// @@ -20,8 +21,8 @@ When keywords search (2), _lines must contain at least 3 words_ /// note | ignored lines lines with comment tags are ignored: -- `[space]*//` -- `[space]*#` +- `[0..N space]//` +- `[0..N space]#` /// ## Installation @@ -62,8 +63,9 @@ From master git repository: > security: fix a security leak on the Foo2 component ### Output - +/// define #### Features :sparkles:: > feat: add a nice feature to the project #### Security :shield:: -> security: fix a security leak on the Foo2 component \ No newline at end of file +> security: fix a security leak on the Foo2 component +/// \ No newline at end of file