Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sfm-js
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dakkar
sfm-js
Commits
2d51aae9
Commit
2d51aae9
authored
3 years ago
by
marihachi
Browse files
Options
Downloads
Patches
Plain Diff
update doc
parent
ebef52cf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/syntax.md
+3
-3
3 additions, 3 deletions
docs/syntax.md
with
3 additions
and
3 deletions
docs/syntax.md
+
3
−
3
View file @
2d51aae9
...
...
@@ -300,7 +300,7 @@ _italic_
構文2,3のみ:
※1つ目の
`*`
と
`_`
を開始記号と呼ぶ。
-
内容には
`[a-z0-9 \t]i`
にマッチする文字が使用できる。
-
開始記号の前の文字が(無い、改行、半角スペース)のいずれかの時にイタリック文字として判定される。
-
開始記号の前の文字が(無い、改行、半角スペース
、[a-zA-Z0-9]に一致しない
)のいずれかの時にイタリック文字として判定される。
...
...
@@ -410,7 +410,7 @@ _italic_
## 詳細
-
インライン構文。
-
最初の
`@`
の前の文字が(改行、スペース、無し)のいずれかの場合にメンションとして認識する。
-
最初の
`@`
の前の文字が(改行、スペース、無し
、[a-zA-Z0-9]に一致しない
)のいずれかの場合にメンションとして認識する。
### ユーザ名
-
1文字以上。
...
...
@@ -446,7 +446,7 @@ _italic_
-
内容には半角スペース、全角スペース、改行、タブ文字を含めることができない。
-
内容には
`.`
`,`
`!`
`?`
`'`
`"`
`#`
`:`
`/`
`【`
`】`
を含めることができない。
-
括弧は対になっている時のみ内容に含めることができる。対象:
`()`
`[]`
`「」`
-
`#`
の前の文字が(改行、スペース、無し)のいずれかの場合にハッシュタグとして認識する。
-
`#`
の前の文字が(改行、スペース、無し
、[a-zA-Z0-9]に一致しない
)のいずれかの場合にハッシュタグとして認識する。
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment