Just played around with the syntax highlighting processor, but it is not as simple as just adding it to the process array. It depends on a markdown renderer/gem to be configured and even then the current processor assumes a certain markup.
Given this it should be removed with V1 (first-party processors should be plug and play). Adding a deprecation warning for now.
It should either be replaced by writing a custom markdown parser or it can be offered via community snippet (the library will be it is own “thing”; separate from the site in a way 🤫).
Just played around with the syntax highlighting processor, but it is not as simple as just adding it to the
processarray. It depends on a markdown renderer/gem to be configured and even then the current processor assumes a certain markup.Given this it should be removed with V1 (first-party processors should be plug and play). Adding a deprecation warning for now.
It should either be replaced by writing a custom markdown parser or it can be offered via community snippet (the library will be it is own “thing”; separate from the site in a way 🤫).