Marcus Kazmierczak

Results 41 comments of Marcus Kazmierczak

Hi, the link helped. The underline is due to the Newspaper theme CSS is adding ```css .comment { list-style: none; margin-left: 0; padding-bottom: 13px; border-bottom: 1px dashed #ededed; margin-bottom: 21px;...

Do you have a snippet I can test with? I'm not sure what you mean by this. The content should just be wrapped with a pre tag, so will use...

ok, I understand now. So your preference is the same for both with or without language selected? In this case, if as plain text, it should scroll and keep everything...

I have an open PR #85 that attempts to fix this, however there was some transformation issues for existing content to the new format. I will attempt again with the...

Maybe I can do a combo box that allows for both., Gutenberg recently introduced a ComboBoxControl. I'll have to take a look and see if I can switch over to...

The tag displaying the code is a standard HTML pre tag with white space set to pre. Here is the line in the prism.css https://github.com/mkaz/code-syntax-block/blob/trunk/assets/prism/prism.css#L17 The behavior you describe sounds...

I believe this is a feature of the whole plugin, if you don't set a language then the script is not triggered and shows a standard code block.

Python is my primary use case for the plugin. I can confirm it is working for me on my post here: https://mkaz.blog/code/python-string-format-cookbook/ It would be great if you can try...

Closing, please reopen if the problem still exists.

I'm not able to duplicate this issue or the similar one in #11 Can you confirm? It might be due to an earlier version of Gutenberg. If you update your...