fix: remove mention or remark plugins

This commit is contained in:
Daniel Lautzenheiser 2023-05-16 16:19:35 -04:00
parent ac13fd3095
commit cf03426c7b
3 changed files with 15 additions and 15 deletions

View File

@ -251,12 +251,12 @@ widget: 'markdown',
[youtube|p6h-rYSVX90] [youtube|p6h-rYSVX90]
## Support ## Tasks
> * Supports remark plugins > * List Item A
> * Supports wrappers > * List Item B
> 1. [x] React > 1. [x] Task 1
> 2. [ ] More coming soon`, > 2. [ ] Task 2`,
}; };
} }

View File

@ -1588,12 +1588,12 @@ Only text before {{< twitter 917359331535966209 >}}
Text ahead [youtube|p6h-rYSVX90] and behind and another {{< twitter 917359331535966209 >}} shortcode Text ahead [youtube|p6h-rYSVX90] and behind and another {{< twitter 917359331535966209 >}} shortcode
## Support ## Tasks
> - Supports remark plugins > * List Item A
> - Supports wrappers > * List Item B
> 1. [x] React > 1. [x] Task 1
> 1. [ ] More coming soon`, > 2. [ ] Task 2`,
slate: [ slate: [
{ {
type: 'h1', type: 'h1',

View File

@ -250,12 +250,12 @@ widget: 'markdown',
[youtube|p6h-rYSVX90] [youtube|p6h-rYSVX90]
## Support ## Tasks
> * Supports remark plugins > * List Item A
> * Supports wrappers > * List Item B
> 1. [x] React > 1. [x] Task 1
> 2. [ ] More coming soon`, > 2. [ ] Task 2`,
}; };
} }