tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
add fallback mark
awarm.space
4 months ago
1b885d37
abbe0480
+6
1 changed file
expand all
collapse all
unified
split
components
Blocks
TextBlock
schema.ts
+6
components/Blocks/TextBlock/schema.ts
···
83
83
];
84
84
},
85
85
} as MarkSpec,
86
86
+
test: {
87
87
+
parseDom: [{ tag: "span" }],
88
88
+
toDOM() {
89
89
+
return ["span", { class: "bg-test" }, 0];
90
90
+
},
91
91
+
} as MarkSpec,
86
92
link: {
87
93
attrs: {
88
94
href: {},