<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
    <title>canxin のブログ - markdown</title>
    <subtitle>canxin のブログ。</subtitle>
    <link rel="self" type="application/atom+xml" href="https://blog.cxits.cn/ja/tags/markdown/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://blog.cxits.cn/"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-02-13T00:00:00+00:00</updated>
    <id>https://blog.cxits.cn/ja/tags/markdown/atom.xml</id>
    <entry xml:lang="ja">
        <title>機能デモブログ: リッチテキスト、Mermaid、数式、ショートコード</title>
        <published>2026-02-13T00:00:00+00:00</published>
        <updated>2026-02-13T00:00:00+00:00</updated>
        
        <author>
          <name>
            canxin
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://blog.cxits.cn/ja/blog/feature-demo-blog/"/>
        <id>https://blog.cxits.cn/ja/blog/feature-demo-blog/</id>
        
        <content type="html" xml:base="https://blog.cxits.cn/ja/blog/feature-demo-blog/">&lt;p&gt;この記事は、このサイトの&lt;strong&gt;デモ用ブログページ&lt;&#x2F;strong&gt;です。リッチテキストと拡張フォーマット機能を一か所に集約して検証する目的で作成しています。&lt;&#x2F;p&gt;
&lt;h2 id=&quot;ji-ben-de-na-markdown-ji-neng&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#ji-ben-de-na-markdown-ji-neng&quot; aria-label=&quot;Anchor link for: ji-ben-de-na-markdown-ji-neng&quot;&gt;&lt;i class=&quot;icon&quot;&gt;&lt;&#x2F;i&gt;&lt;&#x2F;a&gt;
基本的な Markdown 機能&lt;&#x2F;h2&gt;
&lt;p&gt;テキストスタイル: &lt;strong&gt;太字&lt;&#x2F;strong&gt;、&lt;em&gt;斜体&lt;&#x2F;em&gt;、&lt;del&gt;取り消し&lt;&#x2F;del&gt;、&lt;code&gt;インラインコード&lt;&#x2F;code&gt;、さらに組み合わせた &lt;em&gt;&lt;strong&gt;&lt;del&gt;全部入り&lt;&#x2F;del&gt;&lt;&#x2F;strong&gt;&lt;&#x2F;em&gt; も可能です。&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;内部リンク: &lt;a href=&quot;https:&#x2F;&#x2F;blog.cxits.cn&#x2F;&quot;&gt;ホーム&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;外部リンク: &lt;a class=&quot;external&quot; rel=&quot;noopener nofollow noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;www.getzola.org&#x2F;documentation&#x2F;&quot;&gt;Zola Documentation&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;絵文字: 😭😂🥺🤣❤️✨🙏😍🥰😊&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;blockquote&gt;
&lt;p&gt;これは引用ブロックです。&lt;&#x2F;p&gt;
&lt;p&gt;ネストした引用の例:&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;Duckquill は、明確で構造化された技術文書にとても向いています。&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;&#x2F;blockquote&gt;
&lt;h2 id=&quot;risuto-tasuku-jiao-zhu&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#risuto-tasuku-jiao-zhu&quot; aria-label=&quot;Anchor link for: risuto-tasuku-jiao-zhu&quot;&gt;&lt;i class=&quot;icon&quot;&gt;&lt;&#x2F;i&gt;&lt;&#x2F;a&gt;
リスト、タスク、脚注&lt;&#x2F;h2&gt;
&lt;ul&gt;
&lt;li&gt;通常リスト項目 A&lt;&#x2F;li&gt;
&lt;li&gt;通常リスト項目 B
&lt;ul&gt;
&lt;li&gt;ネスト項目 B.1&lt;&#x2F;li&gt;
&lt;li&gt;ネスト項目 B.2&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;通常リスト項目 C&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;ol&gt;
&lt;li&gt;コンテンツを書く&lt;&#x2F;li&gt;
&lt;li&gt;ローカルでプレビューする&lt;&#x2F;li&gt;
&lt;li&gt;公開する&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled=&quot;&quot; type=&quot;checkbox&quot; checked=&quot;&quot;&#x2F;&gt;
タスク 1: 一般的な Markdown 拡張を有効化&lt;&#x2F;li&gt;
&lt;li&gt;&lt;input disabled=&quot;&quot; type=&quot;checkbox&quot; checked=&quot;&quot;&#x2F;&gt;
タスク 2: Mermaid サポートを追加&lt;&#x2F;li&gt;
&lt;li&gt;&lt;input disabled=&quot;&quot; type=&quot;checkbox&quot; checked=&quot;&quot;&#x2F;&gt;
タスク 3: ショーケース記事として再構成&lt;&#x2F;li&gt;
&lt;li&gt;&lt;input disabled=&quot;&quot; type=&quot;checkbox&quot;&#x2F;&gt;
タスク 4: 実運用に近い例を継続的に追加&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;脚注の例&lt;sup class=&quot;footnote-reference&quot; id=&quot;fr-note1-1&quot;&gt;&lt;a href=&quot;#fn-note1&quot;&gt;1&lt;&#x2F;a&gt;&lt;&#x2F;sup&gt; とリンク付き脚注&lt;sup class=&quot;footnote-reference&quot; id=&quot;fr-note2-1&quot;&gt;&lt;a href=&quot;#fn-note2&quot;&gt;2&lt;&#x2F;a&gt;&lt;&#x2F;sup&gt;。&lt;&#x2F;p&gt;
&lt;p&gt;Definition List の例:&lt;&#x2F;p&gt;
&lt;dl&gt;
&lt;dt&gt;Mermaid&lt;&#x2F;dt&gt;
&lt;dd&gt;テキストでグラフ構造を記述し、自動的に SVG として描画します。&lt;&#x2F;dd&gt;
&lt;dt&gt;KaTeX&lt;&#x2F;dt&gt;
&lt;dd&gt;LaTeX 数式を高速にレンダリングします。&lt;&#x2F;dd&gt;
&lt;dt&gt;Duckquill Shortcodes&lt;&#x2F;dt&gt;
&lt;dd&gt;&lt;code&gt;alert&lt;&#x2F;code&gt;、&lt;code&gt;image&lt;&#x2F;code&gt;、&lt;code&gt;video&lt;&#x2F;code&gt;、&lt;code&gt;youtube&lt;&#x2F;code&gt; などのテーマレベル機能拡張です。&lt;&#x2F;dd&gt;
&lt;&#x2F;dl&gt;
&lt;h2 id=&quot;biao-tokodohairaito&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#biao-tokodohairaito&quot; aria-label=&quot;Anchor link for: biao-tokodohairaito&quot;&gt;&lt;i class=&quot;icon&quot;&gt;&lt;&#x2F;i&gt;&lt;&#x2F;a&gt;
表とコードハイライト&lt;&#x2F;h2&gt;
&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th style=&quot;text-align: left&quot;&gt;機能&lt;&#x2F;th&gt;&lt;th style=&quot;text-align: center&quot;&gt;状態&lt;&#x2F;th&gt;&lt;th style=&quot;text-align: left&quot;&gt;メモ&lt;&#x2F;th&gt;&lt;&#x2F;tr&gt;&lt;&#x2F;thead&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: left&quot;&gt;GitHub Alerts&lt;&#x2F;td&gt;&lt;td style=&quot;text-align: center&quot;&gt;有効&lt;&#x2F;td&gt;&lt;td style=&quot;text-align: left&quot;&gt;&lt;code&gt;[!NOTE]&lt;&#x2F;code&gt; などの構文に対応&lt;&#x2F;td&gt;&lt;&#x2F;tr&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: left&quot;&gt;Syntax Highlighting&lt;&#x2F;td&gt;&lt;td style=&quot;text-align: center&quot;&gt;有効&lt;&#x2F;td&gt;&lt;td style=&quot;text-align: left&quot;&gt;行番号と強調行に対応&lt;&#x2F;td&gt;&lt;&#x2F;tr&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: left&quot;&gt;Mermaid&lt;&#x2F;td&gt;&lt;td style=&quot;text-align: center&quot;&gt;有効&lt;&#x2F;td&gt;&lt;td style=&quot;text-align: left&quot;&gt;&lt;code&gt;mermaid&lt;&#x2F;code&gt; コードブロックの描画に対応&lt;&#x2F;td&gt;&lt;&#x2F;tr&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: left&quot;&gt;KaTeX&lt;&#x2F;td&gt;&lt;td style=&quot;text-align: center&quot;&gt;このページで有効&lt;&#x2F;td&gt;&lt;td style=&quot;text-align: left&quot;&gt;&lt;code&gt;extra.katex = true&lt;&#x2F;code&gt; で有効化&lt;&#x2F;td&gt;&lt;&#x2F;tr&gt;
&lt;&#x2F;tbody&gt;&lt;&#x2F;table&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #839496; background-color: #002B36;&quot;&gt;&lt;code data-lang=&quot;rust&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #859900;&quot;&gt;fn&lt;&#x2F;span&gt;&lt;span style=&quot;color: #268BD2;&quot;&gt; main&lt;&#x2F;span&gt;&lt;span&gt;() {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #268BD2;&quot;&gt;    println!&lt;&#x2F;span&gt;&lt;span&gt;(&lt;&#x2F;span&gt;&lt;span style=&quot;color: #2AA198;&quot;&gt;&amp;quot;Duckquill demo blog&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;);&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;}&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;pre class=&quot;giallo&quot; style=&quot;color: #839496; background-color: #002B36;&quot;&gt;&lt;code data-lang=&quot;toml&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;giallo-ln&quot;&gt;1&lt;&#x2F;span&gt;&lt;span&gt;[extra]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot; style=&quot;background-color: #073642;&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;giallo-ln&quot;&gt;2&lt;&#x2F;span&gt;&lt;span style=&quot;color: #268BD2;&quot;&gt;show_copy_button&lt;&#x2F;span&gt;&lt;span&gt; =&lt;&#x2F;span&gt;&lt;span style=&quot;color: #B58900;&quot;&gt; true&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot; style=&quot;background-color: #073642;&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;giallo-ln&quot;&gt;3&lt;&#x2F;span&gt;&lt;span style=&quot;color: #268BD2;&quot;&gt;show_reading_time&lt;&#x2F;span&gt;&lt;span&gt; =&lt;&#x2F;span&gt;&lt;span style=&quot;color: #B58900;&quot;&gt; true&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot; style=&quot;background-color: #073642;&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;giallo-ln&quot;&gt;4&lt;&#x2F;span&gt;&lt;span style=&quot;color: #268BD2;&quot;&gt;show_share_button&lt;&#x2F;span&gt;&lt;span&gt; =&lt;&#x2F;span&gt;&lt;span style=&quot;color: #B58900;&quot;&gt; true&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h2 id=&quot;github-sutairunoarato&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#github-sutairunoarato&quot; aria-label=&quot;Anchor link for: github-sutairunoarato&quot;&gt;&lt;i class=&quot;icon&quot;&gt;&lt;&#x2F;i&gt;&lt;&#x2F;a&gt;
GitHub スタイルのアラート&lt;&#x2F;h2&gt;
&lt;blockquote class=&quot;markdown-alert-note&quot;&gt;
&lt;p&gt;背景情報を補足するための NOTE アラートです。&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;blockquote class=&quot;markdown-alert-tip&quot;&gt;
&lt;p&gt;実用的な提案を示すための TIP アラートです。&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;blockquote class=&quot;markdown-alert-important&quot;&gt;
&lt;p&gt;重要な手順を強調するための IMPORTANT アラートです。&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;blockquote class=&quot;markdown-alert-warning&quot;&gt;
&lt;p&gt;想定される問題を注意喚起するための WARNING アラートです。&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;blockquote class=&quot;markdown-alert-caution&quot;&gt;
&lt;p&gt;リスクのある操作を説明するための CAUTION アラートです。&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;h2 id=&quot;katex-shu-shi&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#katex-shu-shi&quot; aria-label=&quot;Anchor link for: katex-shu-shi&quot;&gt;&lt;i class=&quot;icon&quot;&gt;&lt;&#x2F;i&gt;&lt;&#x2F;a&gt;
KaTeX 数式&lt;&#x2F;h2&gt;
&lt;p&gt;インライン数式: $E = mc^2$。&lt;&#x2F;p&gt;
&lt;p&gt;ブロック数式:&lt;&#x2F;p&gt;
&lt;p&gt;$$
f(x) = \int_{-\infty}^{\infty}\hat{f}(\xi)e^{2\pi i\xi x},d\xi
$$&lt;&#x2F;p&gt;
&lt;h2 id=&quot;mermaid-tu&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#mermaid-tu&quot; aria-label=&quot;Anchor link for: mermaid-tu&quot;&gt;&lt;i class=&quot;icon&quot;&gt;&lt;&#x2F;i&gt;&lt;&#x2F;a&gt;
Mermaid 図&lt;&#x2F;h2&gt;
&lt;p&gt;次の &lt;code&gt;mermaid&lt;&#x2F;code&gt; ブロックはフローチャートとして描画されます:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #839496; background-color: #002B36;&quot;&gt;&lt;code data-lang=&quot;mermaid&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;flowchart LR&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    A[Writing] --&amp;gt; B[Git Commit]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    B --&amp;gt; C[Zola Build]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    C --&amp;gt; D[Static Deploy]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    D --&amp;gt; E[Visit Site]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;シーケンス図の例:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #839496; background-color: #002B36;&quot;&gt;&lt;code data-lang=&quot;mermaid&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;sequenceDiagram&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    participant U as User&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    participant G as Git Repo&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    participant Z as Zola&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    U-&amp;gt;&amp;gt;G: push content&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    G--&amp;gt;&amp;gt;Z: trigger build&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    Z--&amp;gt;&amp;gt;U: generated public site&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h2 id=&quot;duckquill-siyotokodo&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#duckquill-siyotokodo&quot; aria-label=&quot;Anchor link for: duckquill-siyotokodo&quot;&gt;&lt;i class=&quot;icon&quot;&gt;&lt;&#x2F;i&gt;&lt;&#x2F;a&gt;
Duckquill ショートコード&lt;&#x2F;h2&gt;
&lt;p&gt;&lt;code&gt;alert&lt;&#x2F;code&gt; ショートコード（GitHub Alerts とは別の、テーマ側ショートコードです）:&lt;&#x2F;p&gt;
&lt;blockquote class=&quot;markdown-alert-note&quot;&gt;
	&lt;p&gt;これは &lt;code&gt;note&lt;&#x2F;code&gt; ショートコードのアラートです。&lt;&#x2F;p&gt;

&lt;&#x2F;blockquote&gt;
&lt;blockquote class=&quot;markdown-alert-tip&quot;&gt;
	&lt;p&gt;これは &lt;code&gt;tip&lt;&#x2F;code&gt; ショートコードのアラートです。&lt;&#x2F;p&gt;

&lt;&#x2F;blockquote&gt;
&lt;blockquote class=&quot;markdown-alert-important&quot;&gt;
	&lt;p&gt;これは &lt;code&gt;important&lt;&#x2F;code&gt; ショートコードのアラートです。&lt;&#x2F;p&gt;

&lt;&#x2F;blockquote&gt;
&lt;blockquote class=&quot;markdown-alert-warning&quot;&gt;
	&lt;p&gt;これは &lt;code&gt;warning&lt;&#x2F;code&gt; ショートコードのアラートです。&lt;&#x2F;p&gt;

&lt;&#x2F;blockquote&gt;
&lt;blockquote class=&quot;markdown-alert-caution&quot;&gt;
	&lt;p&gt;これは &lt;code&gt;caution&lt;&#x2F;code&gt; ショートコードのアラートです。&lt;&#x2F;p&gt;

&lt;&#x2F;blockquote&gt;
&lt;p&gt;画像ショートコード（基本例）:&lt;&#x2F;p&gt;
&lt;img class=&quot;full transparent no-hover&quot;alt=&quot;Local feature demo figure&quot;src=&quot;figure-demo.svg&quot;decoding=&quot;async&quot; loading=&quot;lazy&quot;&#x2F;&gt;
&lt;p&gt;画像ショートコード（オプション多めの例）:&lt;&#x2F;p&gt;
&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;upload.wikimedia.org&amp;#x2F;wikipedia&amp;#x2F;commons&amp;#x2F;b&amp;#x2F;b4&amp;#x2F;JPEG_example_JPG_RIP_100.jpg&quot; data-lightbox=&quot;true&quot;&gt;
		&lt;img class=&quot;no-hover&quot;alt=&quot;Compressed preview demo&quot;src=&quot;https:&amp;#x2F;&amp;#x2F;upload.wikimedia.org&amp;#x2F;wikipedia&amp;#x2F;commons&amp;#x2F;3&amp;#x2F;38&amp;#x2F;JPEG_example_JPG_RIP_010.jpg&quot;decoding=&quot;async&quot; loading=&quot;lazy&quot;&#x2F;&gt;
	&lt;&#x2F;a&gt;&lt;img class=&quot;full transparent no-hover&quot;alt=&quot;Feature local figure&quot;src=&quot;figure-demo.svg&quot;decoding=&quot;async&quot; loading=&quot;lazy&quot;&#x2F;&gt;
&lt;p&gt;&lt;img class=&quot;start transparent no-hover&quot;alt=&quot;Float start demo&quot;src=&quot;figure-demo.svg&quot;decoding=&quot;async&quot; loading=&quot;lazy&quot;&#x2F;&gt;
このテキストは &lt;code&gt;start&lt;&#x2F;code&gt; 浮動画像の挙動を示します。画像が段落の先頭側に寄り添って配置されます。&lt;&#x2F;p&gt;
&lt;p&gt;&lt;br &#x2F;&gt;
&lt;img class=&quot;end transparent no-hover&quot;alt=&quot;Float end demo&quot;src=&quot;figure-demo.svg&quot;decoding=&quot;async&quot; loading=&quot;lazy&quot;&#x2F;&gt;
このテキストは &lt;code&gt;end&lt;&#x2F;code&gt; 浮動画像の挙動を示します。画像が段落の末尾側に寄り添って配置されます。&lt;&#x2F;p&gt;
&lt;img class=&quot;spoiler&quot;alt=&quot;Spoiler image demo&quot;src=&quot;https:&amp;#x2F;&amp;#x2F;files.catbox.moe&amp;#x2F;lk7nee.jpg&quot;decoding=&quot;async&quot; loading=&quot;lazy&quot;&#x2F;&gt;&lt;img class=&quot;spoiler solid&quot;alt=&quot;Solid spoiler image demo&quot;src=&quot;https:&amp;#x2F;&amp;#x2F;files.catbox.moe&amp;#x2F;lk7nee.jpg&quot;decoding=&quot;async&quot; loading=&quot;lazy&quot;&#x2F;&gt;
&lt;p&gt;動画ショートコード（基本例と autoplay 例）:&lt;&#x2F;p&gt;
&lt;video
	class=&quot;&quot;
	src=&quot;https:&amp;#x2F;&amp;#x2F;interactive-examples.mdn.mozilla.net&amp;#x2F;media&amp;#x2F;cc0-videos&amp;#x2F;flower.webm&quot;aria-label=&quot;Flower wake up&quot;preload=&quot;metadata&quot;
	controls loop muted
&gt;&lt;&#x2F;video&gt;
&lt;video
	class=&quot;&quot;
	src=&quot;https:&amp;#x2F;&amp;#x2F;upload.wikimedia.org&amp;#x2F;wikipedia&amp;#x2F;commons&amp;#x2F;transcoded&amp;#x2F;0&amp;#x2F;0e&amp;#x2F;Duckling_preening_%2881313%29.webm&amp;#x2F;Duckling_preening_%2881313%29.webm.720p.vp9.webm&quot;aria-label=&quot;Duckling preening&quot;preload=&quot;metadata&quot;
	autoplay controls muted playsinline
&gt;&lt;&#x2F;video&gt;
&lt;p&gt;YouTube &#x2F; Vimeo &#x2F; Mastodon ショートコード向けリンク:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&quot;external&quot; rel=&quot;noopener nofollow noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0Da8ZhKcNKQ&quot;&gt;YouTube の例リンク&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;a class=&quot;external&quot; rel=&quot;noopener nofollow noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;vimeo.com&#x2F;&quot;&gt;Vimeo の例リンク&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;a class=&quot;external&quot; rel=&quot;noopener nofollow noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;toot.community&#x2F;@sungsphinx&#x2F;111789185826519979&quot;&gt;Mastodon の例リンク&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;（注: このショーケースではサードパーティ埋め込みのコンソール出力を抑えるため、ここではリンク表示にしています。）&lt;&#x2F;p&gt;
&lt;p&gt;CRT ショートコード:&lt;&#x2F;p&gt;
&lt;div class=&quot;crt scanlines&quot; aria-hidden=&quot;true&quot;&gt;
	&lt;pre class=&quot;giallo&quot; style=&quot;color: #839496; background-color: #002B36;&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;user@duckquill-demo:~$ zola check&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Checking site...&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;-&amp;gt; Site content: OK&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;&#x2F;div&gt;
&lt;h2 id=&quot;html-kuo-zhang-ji-neng&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#html-kuo-zhang-ji-neng&quot; aria-label=&quot;Anchor link for: html-kuo-zhang-ji-neng&quot;&gt;&lt;i class=&quot;icon&quot;&gt;&lt;&#x2F;i&gt;&lt;&#x2F;a&gt;
HTML 拡張機能&lt;&#x2F;h2&gt;
&lt;details&gt;
  &lt;summary&gt;クリックして折りたたみパネルを展開&lt;&#x2F;summary&gt;
&lt;p&gt;ここには、リスト・画像・コードスニペットなど任意の内容を配置できます。&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;折りたたみ内容 A&lt;&#x2F;li&gt;
&lt;li&gt;折りたたみ内容 B&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;details&gt;
&lt;aside&gt;
これは `aside` ブロックです。補足メモに便利です。
&lt;&#x2F;aside&gt;
&lt;p&gt;一般的なインライン HTML タグもそのまま使えます:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;abbr title=&quot;American Standard Code for Information Interchange&quot;&gt;ASCII&lt;&#x2F;abbr&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;kbd&gt;Ctrl&lt;&#x2F;kbd&gt; + &lt;kbd&gt;K&lt;&#x2F;kbd&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;mark&gt;強調したいキーテキスト&lt;&#x2F;mark&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;span class=&quot;spoiler&quot;&gt;これはスポイラーテキストです&lt;&#x2F;span&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;span class=&quot;spoiler solid&quot;&gt;これはソリッドスポイラーテキストです&lt;&#x2F;span&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;del&gt;旧プラン&lt;&#x2F;del&gt; &lt;ins&gt;新プラン&lt;&#x2F;ins&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;q&gt;これはインライン引用です&lt;&#x2F;q&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;samp&gt;demo-output.log: all checks passed&lt;&#x2F;samp&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;u&gt;この文には下線があります&lt;&#x2F;u&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;&lt;small&gt;これは &lt;code&gt;&amp;lt;small&amp;gt;&lt;&#x2F;code&gt; を使った補足テキスト例です。&lt;&#x2F;small&gt;&lt;&#x2F;p&gt;
&lt;p&gt;フォームと操作ウィジェットの例:&lt;&#x2F;p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;input class=&quot;switch&quot; type=&quot;checkbox&quot; checked &#x2F;&gt;&lt;label&gt;&amp;nbsp;Mermaid を有効化&lt;&#x2F;label&gt;&lt;&#x2F;li&gt;
  &lt;li&gt;&lt;input class=&quot;switch&quot; type=&quot;checkbox&quot; &#x2F;&gt;&lt;label&gt;&amp;nbsp;KaTeX を有効化&lt;&#x2F;label&gt;&lt;&#x2F;li&gt;
  &lt;li&gt;&lt;input class=&quot;switch big&quot; type=&quot;checkbox&quot; checked &#x2F;&gt;&lt;label&gt;&amp;nbsp;Backlinks を有効化&lt;&#x2F;label&gt;&lt;&#x2F;li&gt;
  &lt;li&gt;&lt;input type=&quot;radio&quot; name=&quot;theme-demo&quot; checked &#x2F;&gt;&lt;label&gt;&amp;nbsp;Dark&lt;&#x2F;label&gt;&lt;&#x2F;li&gt;
  &lt;li&gt;&lt;input type=&quot;radio&quot; name=&quot;theme-demo&quot; &#x2F;&gt;&lt;label&gt;&amp;nbsp;Light&lt;&#x2F;label&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;&lt;label for=&quot;accent-color&quot;&gt;アクセントカラー:&lt;&#x2F;label&gt;
&lt;input id=&quot;accent-color&quot; type=&quot;color&quot; value=&quot;#14897b&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;label for=&quot;demo-range&quot;&gt;コンテンツ密度:&lt;&#x2F;label&gt;
&lt;input id=&quot;demo-range&quot; type=&quot;range&quot; max=&quot;100&quot; value=&quot;72&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;div id=&quot;demo-live-panel&quot;&gt;
  &lt;small id=&quot;accent-preview&quot;&gt;現在のアクセントカラー: #14897b&lt;&#x2F;small&gt;
  &lt;small id=&quot;density-preview&quot;&gt;コンテンツ密度: 72%&lt;&#x2F;small&gt;
&lt;&#x2F;div&gt;
&lt;p&gt;画像 + キャプション構成（&lt;code&gt;figure&lt;&#x2F;code&gt; + &lt;code&gt;figcaption&lt;&#x2F;code&gt;）:&lt;&#x2F;p&gt;
&lt;figure&gt;
  &lt;img alt=&quot;Local figure demo&quot; src=&quot;figure-demo.svg&quot; &#x2F;&gt;
  &lt;figcaption&gt;ローカル画像 + figcaption（外部依存がなく、安定して描画できます）。&lt;&#x2F;figcaption&gt;
&lt;&#x2F;figure&gt;
&lt;p&gt;進捗バーの例（ページスクリプトで range 入力と連動）:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;progress id=&quot;density-progress&quot; value=&quot;72&quot; max=&quot;100&quot;&gt;&lt;&#x2F;progress&gt;&lt;&#x2F;p&gt;
&lt;h2 id=&quot;botantokuitukunabigesiyon&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#botantokuitukunabigesiyon&quot; aria-label=&quot;Anchor link for: botantokuitukunabigesiyon&quot;&gt;&lt;i class=&quot;icon&quot;&gt;&lt;&#x2F;i&gt;&lt;&#x2F;a&gt;
ボタンとクイックナビゲーション&lt;&#x2F;h2&gt;
&lt;div class=&quot;buttons&quot;&gt;
  &lt;a href=&quot;#top&quot;&gt;ページ先頭へ戻る&lt;&#x2F;a&gt;
  &lt;a class=&quot;colored external&quot; href=&quot;https:&#x2F;&#x2F;www.getzola.org&#x2F;documentation&#x2F;content&#x2F;overview&#x2F;&quot;&gt;Zola のコンテンツドキュメントを読む&lt;&#x2F;a&gt;
&lt;&#x2F;div&gt;
&lt;div class=&quot;buttons centered&quot;&gt;
  &lt;button class=&quot;big colored&quot; type=&quot;button&quot; disabled&gt;大型ボタンスタイルのデモ&lt;&#x2F;button&gt;
&lt;&#x2F;div&gt;
&lt;h2 id=&quot;pezidan-wei-no-front-matter-ji-neng&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#pezidan-wei-no-front-matter-ji-neng&quot; aria-label=&quot;Anchor link for: pezidan-wei-no-front-matter-ji-neng&quot;&gt;&lt;i class=&quot;icon&quot;&gt;&lt;&#x2F;i&gt;&lt;&#x2F;a&gt;
ページ単位の Front Matter 機能&lt;&#x2F;h2&gt;
&lt;p&gt;&lt;code&gt;featured = true&lt;&#x2F;code&gt; に加えて、このページでは次もデモしています:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;banner = &quot;banner-feature-en.png&quot;&lt;&#x2F;code&gt;: 記事バナーと一覧サムネイル。&lt;&#x2F;li&gt;
&lt;li&gt;&lt;code&gt;accent_color&lt;&#x2F;code&gt; &#x2F; &lt;code&gt;accent_color_dark&lt;&#x2F;code&gt;: ページ単位のアクセント色上書き。&lt;&#x2F;li&gt;
&lt;li&gt;&lt;code&gt;styles = [&quot;css&#x2F;feature-demo-blog.css&quot;]&lt;&#x2F;code&gt; と &lt;code&gt;scripts = [&quot;js&#x2F;feature-demo-blog.js&quot;]&lt;&#x2F;code&gt;: ページ専用スタイルとスクリプト。&lt;&#x2F;li&gt;
&lt;li&gt;&lt;code&gt;emoji_favicon = &quot;🧪&quot;&lt;&#x2F;code&gt;: ブラウザタブ用の絵文字ファビコン。&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;このセクションは、ページ単位設定の描画を確認するための簡易チェックリストです。&lt;&#x2F;p&gt;
&lt;h2 id=&quot;backlinks-demo&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#backlinks-demo&quot; aria-label=&quot;Anchor link for: backlinks-demo&quot;&gt;&lt;i class=&quot;icon&quot;&gt;&lt;&#x2F;i&gt;&lt;&#x2F;a&gt;
Backlinks デモ&lt;&#x2F;h2&gt;
&lt;p&gt;この投稿へのリンクを &lt;a href=&quot;https:&#x2F;&#x2F;blog.cxits.cn&#x2F;&quot;&gt;自己紹介&lt;&#x2F;a&gt; ページから追加しています。&lt;&#x2F;p&gt;
&lt;p&gt;クイックアクションボタンに &lt;code&gt;Backlinks&lt;&#x2F;code&gt; が表示されれば、内部バックリンク索引は正常に動作しています。&lt;&#x2F;p&gt;
&lt;hr &#x2F;&gt;
&lt;p&gt;上記の各モジュールが正しく描画されれば、このブログのリッチテキスト機能は一般的な執筆シナリオの大半をカバーできています。&lt;&#x2F;p&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn-note1&quot;&gt;
&lt;p&gt;脚注は、本文の流れを止めずに補足説明を加えるのに便利です。 &lt;a href=&quot;#fr-note1-1&quot;&gt;↩&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li id=&quot;fn-note2&quot;&gt;
&lt;p&gt;&lt;a class=&quot;external&quot; rel=&quot;noopener nofollow noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;www.getzola.org&#x2F;documentation&#x2F;content&#x2F;overview&#x2F;&quot;&gt;脚注にはリンクも含められます&lt;&#x2F;a&gt; &lt;a href=&quot;#fr-note2-1&quot;&gt;↩&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;&#x2F;section&gt;
</content>
        
    </entry>
</feed>
