* doc/org.texi (Structure of code blocks): updating documentation to mention inline code block syntax
@@ -11050,6 +11050,18 @@ The structure of code blocks is as follows:
#+end_src
@end example
+Code blocks can also be embedded in text as follows:
+
+@example
+src_<language>@{<body>@}
+@end example
+or
+src_<language>[<header arguments>]@{<body>@}
@table @code
@item <name>
This name is associated with the code block. This is similar to the