はてなブログの caption 同等を手動で
手製でキャプションを付けたい場合、はてなブログと同じスタイルで
とするには、
<figure style="width: 400px;"> <pre style="border: 2px solid red; padding: 10px; white-space: normal; overflow-wrap: break-word;">42246963333923....</pre> <figcaption style="font-size: 95%; opacity: .7; margin: 0 auto 1.5em; text-align: center;">フィボナッチ数列の2001番目</figcaption> </figure>
という感じ。style="font-size: 95%; opacity: .7; margin: 0 auto 1.5em; text-align: center;"
がキモ。