diff --git a/code.mdx b/code.mdx index 789272e3..695485c0 100644 --- a/code.mdx +++ b/code.mdx @@ -19,7 +19,9 @@ To denote a `word` or `phrase` as code, enclose it in backticks (`). ### Code blocks -Use [fenced code blocks](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks) by enclosing code in three backticks. Specify the programming language for syntax highlighting and to enable meta options. Add any meta options, like a title or icon, after the language. +Use [fenced code blocks](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks) by enclosing code in three backticks. Code blocks are copyable, and if you have the assistant enabled, users can ask AI to explain the code. + +Specify the programming language for syntax highlighting and to enable meta options. Add any meta options, like a title or icon, after the language. ```java HelloWorld.java lines icon="java" class HelloWorld {