refactor: remove HeadlineTitle, ListItemTag, ListItemContent

This commit is contained in:
PoiScript 2023-11-18 22:37:47 +08:00
parent d81c1a2966
commit 12bee6fb6b
No known key found for this signature in database
GPG key ID: 22C2B1249D99985E
8 changed files with 240 additions and 346 deletions

View file

@ -25,7 +25,6 @@ const nodes = [
struct: "Headline",
kind: ["HEADLINE"],
first_child: [
["title", "HeadlineTitle"],
["section", "Section"],
["planning", "Planning"],
],
@ -74,7 +73,6 @@ const nodes = [
{
struct: "ListItem",
kind: ["LIST_ITEM"],
first_child: [["content", "ListItemContent"]],
},
{
struct: "Drawer",