Hrvoje
Hrvoje
I think that it would be useful to add instructions to Wiki. - https://github.com/erusev/parsedown/wiki/Tutorial:-Create-Extensions#add-inline-element I tried this ```php protected function inlineImage($excerpt) { $element = parent::inlineImage($excerpt); if (!is_array($element ?? null)) {...
Please see this - https://github.com/erusev/parsedown/issues/825 Example works when `class MarkdownPlugin extends \Parsedown` but not when extending `ParsedownExtra` (version `0.8.0`). Why is that? ```php class MarkdownPlugin extends \ParsedownExtra { protected function...
I know it seems strange because select should offer a controlled list but I found one use case. My use case: - replace multiple input fields with dropdown - use...
How to catch this error? ``` [MSEController] > MediaSource onSourceOpen flv.min.js:6:8194 [FLVDemuxer] > Parsed onMetaData flv.min.js:6:8194 [FLVDemuxer] > Parsed MPEG Audio Frame Header flv.min.js:6:8194 [TransmuxingController] > DemuxException: type = CodecUnsupported,...
Related to this problem - https://github.com/cantaloupe-project/cantaloupe/issues/482 https://github.com/cantaloupe-project/cantaloupe/issues/482#issuecomment-1103813724 > I tried sample.pdf with this commit https://github.com/cantaloupe-project/cantaloupe/commit/fff54250eda8e5399ae59845ca4ec4f299bb3439 and it mostly works but not for images with x=0 on y axis. > >...
``` Unable to infer a format from magic bytes ``` ``` Dec 16 13:50:43 vps2 java[2059695]: 13:50:43.703 [qtp191382150-24] DEBUG e.i.l.c.s.HttpSource - Unable to infer a format from magic bytes for...
Is it possible to use this without Wordpress? We tried and extracting only relevant parts and some basic test is working but will this be officially supported with relevant instructions?
### Describe the problem "Web address (URL)" fields are not clickable - must copy/paste them to go to issue tracker or something like that. ### Describe the solution you'd like...
**Is your feature request related to a problem? Please describe.** No. It is just an UX improvement. Btw. export dialog to another server to fast replace data between envs is...