Hrvoje

Results 46 comments of Hrvoje

My bad. I was testing `Parsedown` and `ParsedownExtra` Working with ```php class MarkdownPlugin extends \Parsedown ``` Not working ```php class MarkdownPlugin extends \ParsedownExtra ``` - don't know why though -...

Hi. I have made a sample. It seems the problem is in version `1.7`. - https://github.com/hrvoj3e/erusev-parsedown-825 ## `"erusev/parsedown": "^1.7", "erusev/parsedown-extra": "^0.8.1"` - when you install normally - stable versions ```➜...

Bug or not? These are the values of variables before `preg_match`. But `parent::blockHeader` does not return `['element']['text']` anymore. ```php // $Line array ( 'body' => '# Some title text', 'indent'...

How would I use it with ``? Blank page with an image. https://jsfiddle.net/wge1v43b/1/ ``` ```

Please, can you merge this?

I did not. Sorry. Post here if you find a solution.

Could this help? https://unix.stackexchange.com/a/288310 > `/etc/systemd/system/[email protected]` - the important bit is the `@` symbol Still, Supervisor's numprocs=3 looks better - but systemd is already there. Also, systemd units/targets can be...

I think `CURRENT_TIMESTAMP` should be kept as is - not normalize it. Reasoning - [online MySQL docs](https://dev.mysql.com/doc/refman/8.0/en/timestamp-initialization.html) offer examples with `CURRENT_TIMESTAMP` and not `NOW` (or other aliases). So this tool...

> however keep in mind that Schemalex _already does normalization_. @albertorestifo I did not know that. It makes sense to be consistent across the app - maintainers will decide at...