<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kikiki-kiki</author_name>
  <author_url>https://blog.hatena.ne.jp/kikiki-kiki/</author_url>
  <blog_title>かもメモ</blog_title>
  <blog_url>https://chaika.hatenablog.com/</blog_url>
  <categories>
    <anon>pug (jade)</anon>
    <anon>Node.js</anon>
    <anon>HTML</anon>
  </categories>
  <description>pugでHTMLを生成する時、変数をコメントに含めて出力するのに少しハマったのでメモ 変数をコメントに含める方法 - var hello = &quot;world&quot;; &lt;!-- hello #{hello} --&gt; | &lt;!-- hello #{hello} --&gt; ↓ &lt;!-- hello world --&gt; &lt;!-- hello world --&gt; 又はpugの文字列展開の方法を使って - var hello = &quot;world&quot;; != `&lt;!-- hello ${hello} --&gt;` ↓ &lt;!-- hello world --&gt; NG集 - var hello = &quot;world&quot;; &lt;!-- …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchaika.hatenablog.com%2Fentry%2F2018%2F04%2F18%2F190000&quot; title=&quot;Pug 出力するコメントに変数を使いたい - かもメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://images-fe.ssl-images-amazon.com/images/I/41JlNJrnp-L._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-04-18 19:00:00</published>
  <title>Pug 出力するコメントに変数を使いたい</title>
  <type>rich</type>
  <url>https://chaika.hatenablog.com/entry/2018/04/18/190000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
