Use markdown-it-attrs for article list class
This commit is contained in:
parent
315a8ad7c0
commit
77376e5ffb
|
@ -458,8 +458,8 @@
|
||||||
<h2 id="my-articles-for-video-games-with-their-own-pages">My Articles for Video Games with Their Own Pages</h2>
|
<h2 id="my-articles-for-video-games-with-their-own-pages">My Articles for Video Games with Their Own Pages</h2>
|
||||||
<a class="heading-anchor" href="#my-articles-for-video-games-with-their-own-pages" aria-labelledby="my-articles-for-video-games-with-their-own-pages"><span hidden>#</span></a></div>
|
<a class="heading-anchor" href="#my-articles-for-video-games-with-their-own-pages" aria-labelledby="my-articles-for-video-games-with-their-own-pages"><span hidden>#</span></a></div>
|
||||||
<ul class="content-list">
|
<ul class="content-list">
|
||||||
<li>My <cite>Cassette Beasts</cite> shrine <a href="/shrines/cassettebeasts/articles/">Articles</a> page</li>
|
<li>My <cite>Cassette Beasts</cite> shrine <a href="/shrines/cassettebeasts/articles/">Articles</a> page</li>
|
||||||
<li>My <cite>Star Wars: Knights of the Old Republic</cite> shrine <a href="/shrines/starwarskotor/articles/">Articles</a> page</li>
|
<li>My <cite>Star Wars: Knights of the Old Republic</cite> shrine <a href="/shrines/starwarskotor/articles/">Articles</a> page</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="heading-wrapper h2">
|
<div class="heading-wrapper h2">
|
||||||
<h2 id="featured-articles">Featured Articles</h2>
|
<h2 id="featured-articles">Featured Articles</h2>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<subtitle>Leilukin's personal website.</subtitle>
|
<subtitle>Leilukin's personal website.</subtitle>
|
||||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||||
<link href="https://leilukin.neocities.org"/>
|
<link href="https://leilukin.neocities.org"/>
|
||||||
<updated>2024-05-03T10:41:53Z</updated>
|
<updated>2024-05-06T10:51:56Z</updated>
|
||||||
<id>https://leilukin.neocities.org</id>
|
<id>https://leilukin.neocities.org</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
|
|
@ -22,10 +22,9 @@ Articles I have written.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
## My Articles for Video Games with Their Own Pages
|
## My Articles for Video Games with Their Own Pages
|
||||||
<ul class="content-list">
|
* My <cite>Cassette Beasts</cite> shrine [Articles](/shrines/cassettebeasts/articles/) page
|
||||||
<li>My <cite>Cassette Beasts</cite> shrine <a href="/shrines/cassettebeasts/articles/">Articles</a> page</li>
|
* My <cite>Star Wars: Knights of the Old Republic</cite> shrine [Articles](/shrines/starwarskotor/articles/) page
|
||||||
<li>My <cite>Star Wars: Knights of the Old Republic</cite> shrine <a href="/shrines/starwarskotor/articles/">Articles</a> page</li>
|
{.content-list}
|
||||||
</ul>
|
|
||||||
|
|
||||||
## Featured Articles
|
## Featured Articles
|
||||||
Articles featuring other people's interview with me.
|
Articles featuring other people's interview with me.
|
||||||
|
|
Loading…
Reference in New Issue