mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Add ToC to blog posts
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
|
||||
type nestedListNode = {
|
||||
title: string;
|
||||
id: string;
|
||||
level: number;
|
||||
children: nestedListNode[];
|
||||
};
|
||||
Reference in New Issue
Block a user