SirPL
SirPL
I'm registering a function with `addInlineType` and when I append sub-blocks to `elements` parameter, it's not working (`text` works fine). I suspect that inline type doesn't support nested elements. But...
@jackycute - sure, I will do it there.
@jackycute - done. BTW: Do you have POEditor for HackMD.io? Or should I propose translation as a pull request to https://github.com/hackmdio/hackmd-locales?
I will do that in a couple of days. pt., 28 lut 2020, 09:08 użytkownik Max Wu napisał: > Hi @SirPL , > Could you sign-off this PR? > >...
I'm facing similar issue which may be related to this one – the `$page->getContent()` returns valid HTML code, but `$page->find('css', 'html')` returns `null`. The same occurs for every other valid...
@pauldhunt - thank you for explanation. I have to say this approach is quite... unusual. I faced the issue when I tried to describe "Γ-distribution". I would argue that _Γ_...
I fixed all Psalm issues but one. I understand why Psalm is complaining about `$this->getDefault()` returning `mixed` value which is then converted to string. I don't understand why the very...