This commit adds support for skipping formatting in `<aio-code>` elements (which are used by `<code-example>` and `<code-pane>` elements under the hood) by specifying the `language` option as `'root'`. This is useful for code-snippets that include plain text. PR Close #41335