<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WP Test &#187; マークアップ</title>
	<atom:link href="http://sd.wpshop-demo.com/?cat=37&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://sd.wpshop-demo.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 01 Jan 2020 19:00:18 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>マークアップ: HTML タグとフォーマット</title>
		<link>http://sd.wpshop-demo.com/?p=1178</link>
		<comments>http://sd.wpshop-demo.com/?p=1178#comments</comments>
		<pubDate>Sat, 12 Jan 2013 03:22:19 +0000</pubDate>
		<dc:creator><![CDATA[naokomc]]></dc:creator>
				<category><![CDATA[マークアップ]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[コンテンツ]]></category>
		<category><![CDATA[書式化]]></category>

		<guid isPermaLink="false">http://wptest.io/demo/?p=919</guid>
		<description><![CDATA[見出し 見出し壱 見出し弐 見出し参 見出し四 見出し五 見出し六 引用 (Blockquote) テスト 一 [&#8230;]]]></description>
				<content:encoded><![CDATA[<h2>見出し</h2>
<h1>見出し壱</h1>
<h2>見出し弐</h2>
<h3>見出し参</h3>
<h4>見出し四</h4>
<h5>見出し五</h5>
<h6>見出し六</h6>
<h2>引用 (Blockquote) テスト</h2>
<p>一行の引用。</p>
<blockquote><p>ハングリーであれ、愚かであれ。</p></blockquote>
<p><code>cite</code> 参照を含む複数行の引用。</p>
<blockquote><p>これは言語みたいなものだ。アルファベットすなわち音階を学び、文すなわちコードを学ぶ。そしてやがてホーンと即興で会話するようになる。即興で話すのはすばらしいことだと思うが、私には決して会得できないだろう。しかし音楽ともなれば、私は即座によろこんで会話する。そう、それがジャズ音楽のすべてだ。</p>
<p><cite>スタン・ゲッツ</cite></p></blockquote>
<h2>テーブル</h2>
<table>
<thead>
<tr>
<th>社員</th>
<th>給料</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th><a href="http://example.org/">山田太郎</a></th>
<td>1ドル</td>
<td>スティーブ・ジョブズが必要なサラリーと同じ額。</td>
</tr>
<tr>
<th><a href="http://example.org/">田中花子</a></th>
<td>1,000万円</td>
<td>ブログを書くために必要になる資金。</td>
</tr>
<tr>
<th><a href="http://example.org/">山本次郎</a></th>
<td>1億円</td>
<td>百聞は一見にしかず、ということで、カメラマンはブロガーの100倍。</td>
</tr>
<tr>
<th><a href="http://example.org/">中山愛子</a></th>
<td>10億円</td>
<td>特に理由は要りません。</td>
</tr>
</tbody>
</table>
<dl>
<dt>定義リストタイトル</dt>
<dd>これは定義リストです。</dd>
<dt>定義</dt>
<dd>物事、領域、何かについての意味の正確な文章や説明: <em>詩を構成するものの定義。</em><em></em></dd>
<dt>ギャラリー</dt>
<dd>WordPress 2.5 から導入された、投稿に添付された画像を展示するための機能です。同じように、投稿を編集中にアップロードすると、そのファイルは「投稿に添付」されます。 </dd>
<dt>Gravatar (グラバター)</dt>
<dd>グラバターとはグローバルに認識されるアバター (あるユーザーを表すグラフィックイメージや写真) です。グラバターはメールアドレスと紐づいていて、Gravatar.com サービスによって管理されています。このサービスを利用すると、ブログ所有者は自分のブログを設定することによりコメント欄にユーザーのグラバターを表示させることができます。</dd>
</dl>
<h2>非順序リスト (ネスト化)</h2>
<ul>
<li>リスト項目 1
<ul>
<li>リスト項目 1
<ul>
<li>リスト項目 1</li>
<li>リスト項目 2</li>
<li>リスト項目 3</li>
<li>リスト項目 4</li>
</ul>
</li>
<li>リスト項目 2</li>
<li>リスト項目 3</li>
<li>リスト項目 4</li>
</ul>
</li>
<li>リスト項目 2</li>
<li>リスト項目 3</li>
<li>リスト項目 4</li>
</ul>
<h2>順序リスト (ネスト化)</h2>
<ol>
<li>リスト項目 1
<ol>
<li>リスト項目 1
<ol>
<li>リスト項目 1</li>
<li>リスト項目 2</li>
<li>リスト項目 3</li>
<li>リスト項目 4</li>
</ol>
</li>
<li>リスト項目 2</li>
<li>リスト項目 3</li>
<li>リスト項目 4</li>
</ol>
</li>
<li>リスト項目 2</li>
<li>リスト項目 3</li>
<li>リスト項目 4</li>
</ol>
<h2>HTML 要素タグテスト</h2>
<p>他の HTML タグは <a href="http://ja.support.wordpress.com/code/" rel="nofollow">FAQ</a> をご覧ください。</p>
<p><strong>住所タグ</strong></p>
<p>以下は住所の例です。<code>&lt;address&gt;</code> タグを使用しています:</p>
<address>〒100-0000</p>
<p>東京都千代田区1-1-1</p>
<p>日本</p></address>
<p><strong>anchor タグ (リンク)</strong></p>
<p>これは <a href="http://example.com/" rel="nofollow"><code>&lt;anchor&gt;</code></a> (もしくはリンクとも呼ばれます) の例です。</p>
<p><strong>abbr タグ</strong></p>
<p>この <abbr title="abbreviation">abbr</abbr> は文章の中にある &lt;abbr&gt; タグの例です。</p>
<p><strong>Acronym タグ (<em>HTML5 では非推奨</em>)</strong></p>
<p>これは <code>&lt;acronym&gt;</code> タグを使用した <acronym title="three-letter acronym">TLA</acronym> です。</p>
<p><strong>Big タグ(<em>HTML5 では非推奨</em>)</strong></p>
<p>このテストは<big>大きな</big>文字を表す <code>&lt;big&gt;</code> タグの例ですが、このタグは HTML5 ではサポートされていません。</p>
<p><strong>Cite タグ</strong></p>
<p>&#8220;Code is poetry.&#8221; &#8211;<cite>WordPress</cite></p>
<p><strong>Code タグ</strong></p>
<p><code>&lt;code&gt;</code> タグはこのように使います: <code>word-wrap: break-word;</code></p>
<p><strong>Delete タグ</strong></p>
<p><code>&lt;del&gt;</code> タグは<del>打ち消し線</del>などで表現されますが、このタグは HTML5 ではサポートされていません (代わりに <code>&lt;strike&gt;</code> を使ってください)。</p>
<p><strong>Emphasize タグ</strong></p>
<p><code>&lt;em&gt;</code> タグは<em>文章の強調</em>に使われます。欧文では斜体になっていることがよくあります。</p>
<p><strong>Insert タグ</strong></p>
<p><code>&lt;ins&gt;</code> タグは<ins>挿入されたコンテンツ</ins>を意味します。</p>
<p><strong>Keyboard タグ</strong></p>
<p>このあまり知られていない <code>&lt;kbd&gt;</code> タグは <kbd>Ctrl</kbd> のようにキーボードテキストをエミュレートします。通常、<code>&lt;code&gt;</code> タグと同じようにスタイリングされます。</p>
<p><strong>Preformatted タグ</strong></p>
<p><code>&lt;pre&gt;</code> タグは複数行のコードのスタイリングに使います。</p>
<pre>.post-title {

	margin: 0 0 5px;

	font-weight: bold;

	font-size: 38px;

	line-height: 1.2;

	and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;

}</pre>
<p><strong>Quote タグ</strong></p>
<p><q>デベロッパーズ、デベロッパーズ, デベロッパーズ&#8230;</q> &#8211;スティーブ・バルマー</p>
<p><strong>Strike タグ (<em>HTML5 では非推奨</em>)</strong></p>
<p>このタグは<span style="text-decoration: line-through;">打ち消し線</span>を表しています。</p>
<p><strong>Strong タグ</strong></p>
<p>このタグは<strong>太字</strong>テキストを表しています。</p>
<p><strong>Subscript タグ</strong></p>
<p>Subscript タグ <code>&lt;sub&gt;</code> を使うと H<sub>2</sub>O のような表示の際に「2」が下付きになります。</p>
<p><strong>Superscript タグ</strong></p>
<p>Superscript タグ <code>&lt;sup&gt;</code> を使うと E = MC<sup>2</sup> のような表示の際に「2」が上付きになります。</p>
<p><strong>Teletype タグ (<em>HTML5 では非推奨</em>)</strong></p>
<p><code>&lt;tt&gt;</code> はあまり使われないタグですが、<tt>テレタイプテキスト</tt> として通常 <code>&lt;code&gt;</code> タグのようにスタイル</p>
<p><strong>Variable タグ</strong></p>
<p>変数や引数を表す <var>variables</var> タグです。</p>
]]></content:encoded>
			<wfw:commentRss>http://sd.wpshop-demo.com/?feed=rss2&#038;p=1178</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>マークアップ: 画像の配置</title>
		<link>http://sd.wpshop-demo.com/?p=1177</link>
		<comments>http://sd.wpshop-demo.com/?p=1177#comments</comments>
		<pubDate>Fri, 11 Jan 2013 03:15:40 +0000</pubDate>
		<dc:creator><![CDATA[WP-Hangouts]]></dc:creator>
				<category><![CDATA[マークアップ]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[アライメント]]></category>
		<category><![CDATA[コンテンツ]]></category>
		<category><![CDATA[字幕]]></category>
		<category><![CDATA[画像]]></category>

		<guid isPermaLink="false">http://wptest.io/demo/?p=903</guid>
		<description><![CDATA[画像の配置テストへようこそ ! 画像をいろいろな位置に配置してみるのに一番良い方法は、言葉の海の中に画像をそっ [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>画像の配置テストへようこそ ! 画像をいろいろな位置に配置してみるのに一番良い方法は、言葉の海の中に画像をそっとうずめてみることです。さあ、はじめましょう。</p>
<p>画像の配置では、ユーザーが「指定なし」「右寄せ」「左寄せ」「中央揃え」の中から自分の好きなものを選べるようにする必要があります。さらに、「サムネイル」「中サイズ」「大サイズ」「フルサイズ」という選択肢の中から大きさを選べるようにするべきです。</p>
<p style="text-align: center;"><img class="size-full wp-image-906 aligncenter" title="画像配置 580x300" alt="画像配置 580x300" src="http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-580x300.jpg" width="580" height="300" /></p>
<p>上記の画像は<strong>中央寄せ</strong>になるはずです。</p>
<p><strong><img class="size-full wp-image-904 alignleft" title="画像配置 150x150" alt="画像配置 150x150" src="http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-150x150.jpg" width="150" height="150" /></strong>このパラグラフの残り画像を左寄せしたとき、文章が150ピクセルの画像の周りを囲むようになるかどうか見るためのものです。<strong></strong></p>
<p>ご覧のとおり、画像の上・下・右にスペースが空いている事がわかると思います。テキストは画像にこっそりと忍びよってはいません、忍び寄ることは良くない事です。画像だって十分に呼吸ができるスペースが必要なのです。画像が文章にイライラさせられることなく役割を果たせるようにしてあげてください。次の文章では、テキストが画像の右から下へとシームレスに途切れることなく続いている事がわかりますね。これで完了です !</p>
<p>次は、<strong>とても大きな画像</strong>のテストです。そして、この画像には<strong>配置の指定がありません</strong>。</p>
<p><img class="alignnone  wp-image-907" title="画像配置 1200x400" alt="画像配置 1200x400" src="http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-1200x4002.jpg" width="1200" height="400" /></p>
<p>上記の画像は1200ピクセルもありますが、コンテンツエリアからはみ出る事はなく収まっています。</p>
<p><img class="size-full wp-image-905 alignright" title="画像配置 300x200" alt="画像配置 300x200" src="http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-300x200.jpg" width="300" height="200" /></p>
<p>そして今後は右寄せに移りたいと思います。また今度も、画像の上、下、左に十分な余白があると思います。ほら、あっちにいる彼を見てください ! 右側の方にいるあの画像 ! 左寄せ画像がなんて言うかなんてどうでもいいんです、美しい配置ですよ。他の人の意見なんて気にしないでいいんです。</p>
<p>そしてこのへんでテキストが右寄せの画像の下に回り込んで、ちょうど良い具合に収まっているのが分かると思います。ひきつづきちょうど良い具合にスペースが残されていて、すべてがきれいに表示されているべきです。そうです…。右画像に回り込むのって気持ちいいですね。</p>
<p>さて、これで終わりと思ったかもしれませんが、これからキャプションのテストに入ります !</p>
<div id="attachment_906" style="width: 590px" class="wp-caption aligncenter"><img class="size-full wp-image-906  " title="画像配置 580x300" alt="画像配置 580x300" src="http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-580x300.jpg" width="580" height="300" /><p class="wp-caption-text">580&#215;300 画像の<a title="画像設定" href="http://en.support.wordpress.com/images/image-settings/">キャプション</a>例。</p></div>
<p>上記の画像は<strong>中央寄せ</strong>になるはずです。キャプションにはリンクが含まれていますが、おかしな表示になっていないか確認しましょう。</p>
<div id="attachment_904" style="width: 160px" class="wp-caption alignleft"><img class="size-full wp-image-904  " title="画像配置 150x150" alt="画像配置 150x150" src="http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-150x150.jpg" width="150" height="150" /><p class="wp-caption-text">ちょっとしたキャプション</p></div>
<p>このパラグラフの残りの部分は、150&#215;150 サイズの<strong>左寄せ</strong>画像の回り込みをテストするためのつなぎです。 </p>
<p>ご覧の通り、画像の上・下・右にスペースが必要です。テキストは画像にこっそりと忍びよってはいません、忍び寄ることは良くない事です。画像だって十分に呼吸ができるスペースが必要なのです。画像が文章にイライラさせられることなく役割を果たせるようにしてあげてください。次の文章では、テキストが画像の右から下へとシームレスに途切れることなく続いている事がわかりますね。これで完了です !</p>
<p>それでは、<strong>とても大きな画像</strong>のテストです。そして、この画像にも<strong>配置の指定はありません</strong>。</p>
<div id="attachment_907" style="width: 1210px" class="wp-caption alignnone"><img class=" wp-image-907" title="画像配置 1200x400" alt="画像配置 1200x400" src="http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-1200x4002.jpg" width="1200" height="400" /><p class="wp-caption-text">とても大きな画像のコメント</p></div>
<p>上記の画像は1200ピクセル幅ですが、コンテンツエリアからはみ出すべきではありません。コンテンツのフローを視覚的に邪魔しないかたちで、指定のエリア内に収まっている必要があります。</p>
<div id="attachment_905" style="width: 310px" class="wp-caption alignright"><img class="size-full wp-image-905 " title="画像配置 300x200" alt="画像配置 300x200" src="http://wpthemetestdata.files.wordpress.com/2013/03/image-alignment-300x200.jpg" width="300" height="200" /><p class="wp-caption-text">右側いるのほ良い気分です。</p></div>
<p>そして今後は<strong>右寄せ</strong>画像に移りたいと思います。また今度も、画像の上、下、左に十分な余白があると思います。ほら、あっちにいる彼を見てください ! 右側の方にいるあの画像 ! 左寄せ画像がなんて言うかなんてどうでもいいんです、美しい配置ですよ。他の人の意見なんて気にしないでいいんです</p>
<p>そしてこのへんでテキストが右寄せの画像の下に回り込んで、ちょうど良い具合に収まっているのが分かると思います。ひきつづきちょうど良い具合にスペースが残されていて、すべてがきれいに表示されているべきです。そうです…。右画像に回り込むのって気持ちいいですね。</p>
<p>それでは、これで終わりです。画像配置のテスト、お疲れ様でした !</p>
]]></content:encoded>
			<wfw:commentRss>http://sd.wpshop-demo.com/?feed=rss2&#038;p=1177</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>マークアップ: テキスト配置</title>
		<link>http://sd.wpshop-demo.com/?p=1176</link>
		<comments>http://sd.wpshop-demo.com/?p=1176#comments</comments>
		<pubDate>Wed, 09 Jan 2013 16:00:39 +0000</pubDate>
		<dc:creator><![CDATA[WP-Hangouts]]></dc:creator>
				<category><![CDATA[マークアップ]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[アライメント]]></category>
		<category><![CDATA[コンテンツ]]></category>

		<guid isPermaLink="false">http://wptest.io/demo/?p=895</guid>
		<description><![CDATA[デフォルト これは段落です。特別なテキスト配置処理が付いていない状態になっている必要があります。通常のテキスト [&#8230;]]]></description>
				<content:encoded><![CDATA[<h3>デフォルト</h3>
<p>これは段落です。特別なテキスト配置処理が付いていない状態になっている必要があります。通常のテキストフローと同じように表示されるべきです。なにも特別なことはありません。ただ、愛とともに自由に流れるテキストだけ。完全に中立的で、どちらかの肩を持つこともなく、かといってどっちつかずの態度というわけでもない。それだけ。それだけです。ここにいることが好きで、片方のサイドを選ぶ必要を感じていない。そんな彼はほっといてあげてください。彼は彼のままで。私を信じて。</p>
<h3>左寄せ</h3>
<p style="text-align:left;">これは段落です。左寄せになっています。彼の視点はやや左寄りです。好きな色は緑。左寄せな彼はエコフレンドリーになりがちですが、実際にそうだというはっきりした証拠というのはとくにありません。彼は富を共有するのが好きですが、公平な配分については両端揃えの彼にお任せといったところです。</p>
<h3>中央寄せ</h3>
<p style="text-align:center;">これは段落です。中央寄せになっています。中央に寄っているというのはつまり、どっちつかずということです。意見がコロコロ変わったりします。自分の意見を決めるのに時間がかかります。どちらかのサイドを選びたいと思っているんです。本当に。意図はすばらしいんですが、実際には助けになるというより物事を必要以上に複雑にしてしまったりします。彼の気持ちを振り向かせられれば最高でしょう。中央寄せの彼は賄賂も受け取るらしいですよ。</p>
<h3>右寄せ</h3>
<p style="text-align:right;">これは段落です。右寄せになっています。彼の視点は右寄りなんです。他の人に何をどんなふうにすべきか指図されるのをいやがります。右派の彼はたくさんの銃を保有していて、狩りに繰り出すのが好きです。いいじゃないですか。球場5つ分くらいの距離からなかなかいい弾を撃つわけです。どんぴしゃに。すごいですよ。</p>
<h3>両端揃え</h3>
<p style="text-align:justify;">これは段落です。左右両端揃えになっています。英語ではジャスティファイドと呼ばれていますがジャスティン・ティンバーレイクとは関係ありません。普通、両端揃えの彼はかなり厳格です。すべてがあるべき場所にぴったりと収まっていないと気が済まず、他の配置のようにばらばらだったりはしません。だから彼の方がいいなんて言ってるわけではないんですよ。でもまあ確かに、エリート気取りの態度だなって感じることはありますけど。</p>
]]></content:encoded>
			<wfw:commentRss>http://sd.wpshop-demo.com/?feed=rss2&#038;p=1176</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>マークアップ: 特殊記号を含むタイトル ~`!@#$%^&amp;*()-_=+{}[]/;:&#039;&#8221;?,.&gt;</title>
		<link>http://sd.wpshop-demo.com/?p=1174</link>
		<comments>http://sd.wpshop-demo.com/?p=1174#comments</comments>
		<pubDate>Sat, 05 Jan 2013 18:00:20 +0000</pubDate>
		<dc:creator><![CDATA[WP-Hangouts]]></dc:creator>
				<category><![CDATA[マークアップ]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[タイトル]]></category>
		<category><![CDATA[投稿]]></category>

		<guid isPermaLink="false">http://wptest.io/demo/?p=867</guid>
		<description><![CDATA[タイトルに特殊記号を含めた場合にも、レイアウトや機能に悪影響が出ないようにする必要があります。 投稿タイトル内 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>タイトルに特殊記号を含めた場合にも、レイアウトや機能に悪影響が出ないようにする必要があります。</p>
<p>投稿タイトル内の特殊記号は minify された JavaScript を使用している際に問題を引き起こす場合があることが確認されています。特に管理画面での投稿編集に影響が出やすいので注意しましょう (例: メタ・ボックス、メディアアップロードなど) 。</p>
<h2>ラテン文字テスト</h2>
<p>これは、テーマで使われているフォントで基本的なラテン文字が表示できるかどうかのテストです。</p>
<table>
<tbody>
<tr>
<td>!</td>
<td>&#8220;</td>
<td>#</td>
<td>$</td>
<td>%</td>
<td>&amp;</td>
<td>&#8216;</td>
<td>(</td>
<td>)</td>
<td>*</td>
</tr>
<tr>
<td>+</td>
<td>,</td>
<td>-</td>
<td>.</td>
<td>/</td>
<td>0</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<td>5</td>
<td>6</td>
<td>7</td>
<td>8</td>
<td>9</td>
<td>:</td>
<td>;</td>
<td>&gt;</td>
<td>=</td>
<td>&lt;</td>
</tr>
<tr>
<td>?</td>
<td>@</td>
<td>A</td>
<td>B</td>
<td>C</td>
<td>D</td>
<td>E</td>
<td>F</td>
<td>G</td>
<td>H</td>
</tr>
<tr>
<td>I</td>
<td>J</td>
<td>K</td>
<td>L</td>
<td>M</td>
<td>N</td>
<td>O</td>
<td>P</td>
<td>Q</td>
<td>R</td>
</tr>
<tr>
<td>S</td>
<td>T</td>
<td>U</td>
<td>V</td>
<td>W</td>
<td>X</td>
<td>Y</td>
<td>Z</td>
<td>[</td>
<td></td>
</tr>
<tr>
<td>]</td>
<td>^</td>
<td>_</td>
<td>`</td>
<td>a</td>
<td>b</td>
<td>c</td>
<td>d</td>
<td>e</td>
<td>f</td>
</tr>
<tr>
<td>g</td>
<td>h</td>
<td>i</td>
<td>j</td>
<td>k</td>
<td>l</td>
<td>m</td>
<td>n</td>
<td>o</td>
<td>p</td>
</tr>
<tr>
<td>q</td>
<td>r</td>
<td>s</td>
<td>t</td>
<td>u</td>
<td>v</td>
<td>w</td>
<td>x</td>
<td>y</td>
<td>z</td>
</tr>
<tr>
<td>{</td>
<td>|</td>
<td>}</td>
<td>~</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://sd.wpshop-demo.com/?feed=rss2&#038;p=1174</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>マークアップ: マークアップ付きのタイトル</title>
		<link>http://sd.wpshop-demo.com/?p=1173</link>
		<comments>http://sd.wpshop-demo.com/?p=1173#comments</comments>
		<pubDate>Sat, 05 Jan 2013 17:00:49 +0000</pubDate>
		<dc:creator><![CDATA[WP-Hangouts]]></dc:creator>
				<category><![CDATA[マークアップ]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[タイトル]]></category>

		<guid isPermaLink="false">http://wptest.io/demo/?p=861</guid>
		<description><![CDATA[以下を確認してください。 投稿タイトル内の「付き」という文字が斜体で表示され、「マークアップ」が 太字になる。 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>以下を確認してください。</p>
<ul>
<li><span style="line-height:1.714285714;font-size:1rem;">投稿タイトル内の「付き」という文字が</span><em style="line-height:1.714285714;font-size:1rem;">斜体</em><span style="line-height:1.714285714;font-size:1rem;">で表示され、「マークアップ」が </span><strong style="line-height:1.714285714;font-size:1rem;">太字</strong><span style="line-height:1.714285714;font-size:1rem;">になる。</span></li>
<li><span style="line-height:1.714285714;font-size:1rem;">投稿タイトルマークアップはブラウザウィンドウ・タブのタイトルには表示されない。</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sd.wpshop-demo.com/?feed=rss2&#038;p=1173</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>極端な例: たくさんのカテゴリー</title>
		<link>http://sd.wpshop-demo.com/?p=1152</link>
		<comments>http://sd.wpshop-demo.com/?p=1152#comments</comments>
		<pubDate>Thu, 02 Jul 2009 09:00:03 +0000</pubDate>
		<dc:creator><![CDATA[themedemos]]></dc:creator>
				<category><![CDATA[あさひ]]></category>
		<category><![CDATA[いろは]]></category>
		<category><![CDATA[うえの]]></category>
		<category><![CDATA[えいご]]></category>
		<category><![CDATA[おおさか]]></category>
		<category><![CDATA[かわせ]]></category>
		<category><![CDATA[きって]]></category>
		<category><![CDATA[くらぶ]]></category>
		<category><![CDATA[けしき]]></category>
		<category><![CDATA[こども]]></category>
		<category><![CDATA[さくら]]></category>
		<category><![CDATA[しんぶん]]></category>
		<category><![CDATA[すずめ]]></category>
		<category><![CDATA[せかい]]></category>
		<category><![CDATA[そろばん]]></category>
		<category><![CDATA[ほげ A]]></category>
		<category><![CDATA[アメリカ]]></category>
		<category><![CDATA[イタリア]]></category>
		<category><![CDATA[ウクライナ]]></category>
		<category><![CDATA[エジプト]]></category>
		<category><![CDATA[オーストラリア]]></category>
		<category><![CDATA[カテゴリー 1]]></category>
		<category><![CDATA[カテゴリー 2]]></category>
		<category><![CDATA[カテゴリー 3]]></category>
		<category><![CDATA[カテゴリー A]]></category>
		<category><![CDATA[カテゴリー B]]></category>
		<category><![CDATA[カテゴリー C]]></category>
		<category><![CDATA[カナダ]]></category>
		<category><![CDATA[キューバ]]></category>
		<category><![CDATA[クロアチア]]></category>
		<category><![CDATA[ケニア]]></category>
		<category><![CDATA[コスタリカ]]></category>
		<category><![CDATA[サブ]]></category>
		<category><![CDATA[チャンピオンシップ]]></category>
		<category><![CDATA[テンプレート]]></category>
		<category><![CDATA[ブログロール]]></category>
		<category><![CDATA[マークアップ]]></category>
		<category><![CDATA[メディア]]></category>
		<category><![CDATA[北海道]]></category>
		<category><![CDATA[墾田永年私財法]]></category>
		<category><![CDATA[子カテゴリー 01]]></category>
		<category><![CDATA[子カテゴリー 02]]></category>
		<category><![CDATA[子カテゴリー 03]]></category>
		<category><![CDATA[子カテゴリー 04]]></category>
		<category><![CDATA[子カテゴリー 05]]></category>
		<category><![CDATA[孫カテゴリー]]></category>
		<category><![CDATA[実習]]></category>
		<category><![CDATA[宮城]]></category>
		<category><![CDATA[山形]]></category>
		<category><![CDATA[岩手]]></category>
		<category><![CDATA[平等院鳳凰堂]]></category>
		<category><![CDATA[建武の新政]]></category>
		<category><![CDATA[征夷大将軍]]></category>
		<category><![CDATA[御家人]]></category>
		<category><![CDATA[応仁の乱]]></category>
		<category><![CDATA[懲らしめる]]></category>
		<category><![CDATA[投稿フォーマット]]></category>
		<category><![CDATA[未公開]]></category>
		<category><![CDATA[栃木]]></category>
		<category><![CDATA[極端な例]]></category>
		<category><![CDATA[気が進まない]]></category>
		<category><![CDATA[消毒]]></category>
		<category><![CDATA[福島]]></category>
		<category><![CDATA[秋田]]></category>
		<category><![CDATA[群馬]]></category>
		<category><![CDATA[茨城]]></category>
		<category><![CDATA[親ほげ]]></category>
		<category><![CDATA[親カテゴリー]]></category>
		<category><![CDATA[購入]]></category>
		<category><![CDATA[配置]]></category>
		<category><![CDATA[青森]]></category>
		<category><![CDATA[カテゴリー]]></category>

		<guid isPermaLink="false">http://wpthemetestdata.wordpress.com/2007/11/24/many-categories/</guid>
		<description><![CDATA[多すぎるほどのカテゴリーに属している投稿。]]></description>
				<content:encoded><![CDATA[<p>多すぎるほどのカテゴリーに属している投稿。</p>
]]></content:encoded>
			<wfw:commentRss>http://sd.wpshop-demo.com/?feed=rss2&#038;p=1152</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
