hexo-theme-next icon indicating copy to clipboard operation
hexo-theme-next copied to clipboard

图片 caption 不能正常渲染

Open tisonkun opened this issue 9 months ago • 12 comments

Issue Checklist

Expected behavior

图片的 caption 能正常渲染。

Actual behavior

https://www.tisonkun.org/2023/05/19/git-branch-and-release/

image
1. 独立快速迭代,分支内部评审合并
2. **定期合并上游的变更**
3. 稳定后提交到上游

[OpenJDK](https://github.com/openjdk/) 是特性分支的成熟实践者,他们甚至会为特性分支创建单独的代码仓库。

{% asset_img openjdk-projects.png OpenJDK 的特性分支仓库 %}

上图中,loom / amber / valhalla 都对应到一个或多个 JDK 功能提案,最终都是会以合入 JDK 主分支结束自己的生命周期。

Steps to reproduce the behavior

同上,{% asset_img openjdk-projects.png OpenJDK 的特性分支仓库 %} 有 caption 内容,但不显示。

Node.js and NPM Information

部署在 Vercel 上

* Node 18
* Yarn 3.5.1

Package dependencies Information

  • https://github.com/tisonkun/blog/blob/main/package.json
  • https://github.com/tisonkun/blog/blob/main/yarn.lock

Hexo Configuration

https://github.com/tisonkun/blog/blob/main/_config.yml

NexT Configuration

https://github.com/tisonkun/blog/blob/main/_config.next.yml

Other Information

<a class="fancybox" href="http://localhost:4000/2023/05/19/git-branch-and-release/openjdk-projects.png" itemscope="" itemtype="http://schema.org/ImageObject" itemprop="url" data-fancybox="default" title="OpenJDK 的特性分支仓库" data-caption="OpenJDK 的特性分支仓库"><img src="/2023/05/19/git-branch-and-release/openjdk-projects.png" class="" title="OpenJDK 的特性分支仓库"></a>

生成的 HTML 如上,看出来是有内容的,但是渲染不正常。

tisonkun avatar Nov 14 '23 06:11 tisonkun