feat: support <plain> syntax for mfm
This commit is contained in:
parent
660781afd9
commit
4550a4459b
3 changed files with 11 additions and 0 deletions
|
@ -312,6 +312,10 @@ export default defineComponent({
|
|||
})];
|
||||
}
|
||||
|
||||
case 'plain': {
|
||||
return [h('span', genEl(token.children))];
|
||||
}
|
||||
|
||||
default: {
|
||||
console.error('unrecognized ast type:', token.type);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue