Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libyaml
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
OpenVMS
libraries
libyaml
Commits
8ee26e496aff
Commit
8ee26e496aff
authored
8 years ago
by
Alex Gaynor
Browse files
Options
Downloads
Patches
Plain Diff
Added an example of using a global tag
From the yaml spec
parent
9a8fb186b2b3
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/global-tag.yaml
+14
-0
14 additions, 0 deletions
examples/global-tag.yaml
with
14 additions
and
0 deletions
examples/global-tag.yaml
0 → 100644
+
14
−
0
View file @
8ee26e49
%TAG
!
tag:clarkevans.com,2002:
---
!shape
# Use the ! handle for presenting
# tag:clarkevans.com,2002:circle
-
!circle
center
:
&ORIGIN
{
x
:
73
,
y
:
129
}
radius
:
7
-
!line
start
:
*ORIGIN
finish
:
{
x
:
89
,
y
:
102
}
-
!label
start
:
*ORIGIN
color
:
0xFFEEBB
text
:
Pretty vector drawing.
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