Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
AsciiDoc Language
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lawrence Velázquez
AsciiDoc Language
Commits
2cde2ff0
Verified
Commit
2cde2ff0
authored
1 year ago
by
Dan Allen
Browse files
Options
Downloads
Patches
Plain Diff
clarify additional requires for the shorthand text in the first positional attribute
parent
65ea27dd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
spec/sdrs/sdr-002-block-attrlist-parsing.adoc
+5
-0
5 additions, 0 deletions
spec/sdrs/sdr-002-block-attrlist-parsing.adoc
with
5 additions
and
0 deletions
spec/sdrs/sdr-002-block-attrlist-parsing.adoc
+
5
−
0
View file @
2cde2ff0
...
@@ -128,6 +128,11 @@ The name assignments are as follows:
...
@@ -128,6 +128,11 @@ The name assignments are as follows:
* rolename1 rolename2 => role (accrued)
* rolename1 rolename2 => role (accrued)
* optionname1,optionname2 => opts (accured)
* optionname1,optionname2 => opts (accured)
The shorthand text may not be enclosed in quotes.
The value of a shorthand may not be empty.
Except in the reference text, the shorthand text may not contain spaces.
If any of these conditions are not met, the shorthands are not parsed and the value is stored as entered.
The ID shorthand has two forms, the anchor notation and the hash notation.
The ID shorthand has two forms, the anchor notation and the hash notation.
The anchor notation must always come first.
The anchor notation must always come first.
The hash notation takes precedence if both are present in the same attribute value, meaning the last always wins.
The hash notation takes precedence if both are present in the same attribute value, meaning the last always wins.
...
...
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