<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.abuissa.net/index.php?action=history&amp;feed=atom&amp;title=What_does_ampersand_mean_in_yaml</id>
	<title>What does ampersand mean in yaml - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.abuissa.net/index.php?action=history&amp;feed=atom&amp;title=What_does_ampersand_mean_in_yaml"/>
	<link rel="alternate" type="text/html" href="https://wiki.abuissa.net/index.php?title=What_does_ampersand_mean_in_yaml&amp;action=history"/>
	<updated>2026-04-06T23:15:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.abuissa.net/index.php?title=What_does_ampersand_mean_in_yaml&amp;diff=19&amp;oldid=prev</id>
		<title>Razzi: Created page with &quot;It creates a yaml anchor, which allows you to duplicate / inherit content.  &lt;pre&gt; # YAML also has a handy feature called &#039;anchors&#039;, which let you easily duplicate # content ac...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.abuissa.net/index.php?title=What_does_ampersand_mean_in_yaml&amp;diff=19&amp;oldid=prev"/>
		<updated>2021-11-30T16:46:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;It creates a yaml anchor, which allows you to duplicate / inherit content.  &amp;lt;pre&amp;gt; # YAML also has a handy feature called &amp;#039;anchors&amp;#039;, which let you easily duplicate # content ac...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;It creates a yaml anchor, which allows you to duplicate / inherit content.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# YAML also has a handy feature called &amp;#039;anchors&amp;#039;, which let you easily duplicate&lt;br /&gt;
# content across your document. Both of these keys will have the same value:&lt;br /&gt;
anchored_content: &amp;amp;anchor_name This string will appear as the value of two keys.&lt;br /&gt;
other_anchor: *anchor_name&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;ref&amp;gt;https://learnxinyminutes.com/docs/yaml/&amp;lt;/ref&amp;gt;&lt;/div&gt;</summary>
		<author><name>Razzi</name></author>
	</entry>
</feed>