feat: support <plain> syntax for mfm
This commit is contained in:
@ -312,6 +312,10 @@ export default defineComponent({
|
||||
})];
|
||||
}
|
||||
|
||||
case 'plain': {
|
||||
return [h('span', genEl(token.children))];
|
||||
}
|
||||
|
||||
default: {
|
||||
console.error('unrecognized ast type:', token.type);
|
||||
|
||||
|
Reference in New Issue
Block a user