How to ingore code sections?

We want to implement languagetool for our documentation, but we get a lot of errors on the code sections that are seperated by 3 single quotes.

Is there some rule to ignore those sections? Could not find any by searching for code, sections, ignore etc. https://community.languagetoaol.org/rule/list?lang=en

You can use the /check endpoint’s data parameter to define what’s code and what’s text, but you’ll need to do this outside of the call to LT in a pre-processing step.