Marcus Kazmierczak

Results 41 comments of Marcus Kazmierczak

It is there, but listed as `Markup` and applies to multiple formats including HTML, XML, SVG, and MathML. I'll see if I can improve the label for it since HTML...

Can explain further? How are you measuring the increased load? What browser? How can I duplicate or test? When using on my site and testing I'm not seeing anything unusual.

This issue likely was in an older version of the plugin/Gutenberg. Can you please update to the latest and test again? I just tried with the same example and it...

I think it depends on what you mean by an existing code block and waht the class looks like. My idea for Issue #4 in this repo was auto converting...

Doing a little more research, it looks like pasted in markdown is handled via the RichText component and specifically [this function strips out the extra language info](https://github.com/WordPress/gutenberg/blob/master/blocks/api/raw-handling/slack-markdown-variant-corrector.js), since the default...

🤔 I think it might be overkill to have e2e tests on example repo. The issue we have with the examples is we don't keep them in-sync with Gutenberg changes....

I would prefer not to add one to each of the blocks, especially the early basic blocks because it muddies what the person is trying to learn. The initial goal...

@BenBroide @x029a Can you explain with specifics what you mean by inline block and where you want to insert it? Do you have an example of what exact markup you...

@pbiron You could probably create a stand alone block and allow for additional text to be added around it if needed. This might make it more flexible for widgets, or...

@realstephenzhao This functionality exists, see [the Format API](https://developer.wordpress.org/block-editor/how-to-guides/format-api/3-apply-format/) as I mentioned in [my comment above](https://github.com/WordPress/gutenberg/issues/10235#issuecomment-896086001).