<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kyukyunyorituryo</author_name>
  <author_url>https://blog.hatena.ne.jp/kyukyunyorituryo/</author_url>
  <blog_title>KDP(電子出版)のメモ　急急如律令</blog_title>
  <blog_url>https://99nyorituryo.hatenablog.com/</blog_url>
  <categories>
    <anon>AozoraEpub3</anon>
    <anon>javascript</anon>
  </categories>
  <description>見出しが抽出できない原因を探っていると、ini設定ファイルの読み込みで見出しを指定しない設定になっていた。更に原因を探ると、getBoolでpropから設定を読み込んだときに文字列ではなく数字と判定されていたので常にfalseと判定されていた。なのでstringに変換してから判定するように変更した。 github.com const getBool = (key) =&gt; props.get(key) === &quot;1&quot;; const getBool \= (key) =&gt; String(props.get(key)) \=== &quot;1&quot;; You: iniを読み込んだときにconsole.log(c…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F99nyorituryo.hatenablog.com%2Fentry%2F2026%2F03%2F13%2F174358&quot; title=&quot;AozoraEpub3JSで見出しが抽出されていないの修正 - KDP(電子出版)のメモ　急急如律令&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://cdn.image.st-hatena.com/image/square/adad63b72f1d6545b2ba2538c3fc2923b2fd5989/backend=imagemagick;height=80;version=1;width=80/https%3A%2F%2Fcdn.blog.st-hatena.com%2Fimages%2Fcircle%2Fofficial-circle-icon%2Fcomputers.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2026-03-13 17:43:58</published>
  <title>AozoraEpub3JSで見出しが抽出されていないの修正</title>
  <type>rich</type>
  <url>https://99nyorituryo.hatenablog.com/entry/2026/03/13/174358</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
