Sudara
Sudara
Hi there, just checking if this has a chance of making it into a release — 100% totally fine if not (we'll use our fork in production in that case).
Perfect — thanks for the response!
Closing this, as it didn't fully resolve the issue of converting to wp gutenberg blocks, which we needed.
It looks like if I press this button, the code and everything else is properly converted. Perhaps there's some way to do this after import automatically... ...
Hi Aakash, Thank you. I will try tomorrow when I'm back at work. Maybe I'll also try to see if i can hack in a "convert to blocks" on a...
Hi Aakash, It looks like the following: ``` YOUR CODE ``` creates a malformed block:  On the frontend, only a `` tag remains, the html block...
This solves it for me: ``` protected function blockFencedCode($Line) { $Block = parent::blockFencedCode($Line); // Parsedown found some code and parsed it if ($Block !== null) { $Block['element']['attributes'] = array( 'class'...
@dependabot rebase
I think the change is a result of the LV2 support. I can remember this line in the trace from juce_LV2PluginFormat.cpp ``` for (const auto& plugin : { findPluginByUri (identifier),...
