Benjamin Høegh
Benjamin Høegh
has this been released? :)
You could make use of the user settings.json that syncs over GitHub or MS Account. This will make sure non-other than the specific user has access to the settings. But...
Interesting, I take a look
how does your setting look like?
Hmmm can't seem to replicate it. I know that ParsedownExtra has a issue with definitions lists there can break the formatting for all other elements if not 100% correctly typed,...
Should be fixed in 1.2.9 if it continue to give you trouble let me now :)
> Doesn't seem to work, I will avoid math blocks for now. Thanks for your rapid support. > > (as a fix I set the double dollar delimiters as inline,...
It would be someting like this. ```php protected function blockAlert($Line): ?array { // List alert types from the config (e.g., 'NOTE', 'WARNING') $alertTypes = ['NOTE', 'WARNING']; // Build the regex...
Workaround? Interesting how did you achieve that?
Did you find a solution on this, I'm currently experiencing the same thing with the scripts provided in the repo? :)