我想使用有角度的材料设计在手风琴中显示Markdown文件中的所有版本。当用户单击版本标题时,它将展开并显示该特定版本下的所有更改。
默认应仅显示5个版本,其他版本将处于分页状态
我不知道如何实现这种功能,
请帮助我进行一些示例项目。
下面是我的html文件,
<p><a name="UNRELEASED"></a></p>
<h1 id="unreleased">UNRELEASED</h1>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li>adding missing script files 0181341</li>
</ul>
<h3 id="features">Features</h3>
<ul>
<li>add subdomain and configure routing 689a440</li>
</ul>
<p><a name="v7.7.0"></a></p>
<h3 id="features">Features</h3>
<ul><li><strong>footer:</strong> update component <a href="">754</a> 29a14f2</li></ul>
上面的html中,手风琴标题应具有UNRELEASED
和v7.7.0