Markdown allows for embedded code
. How can this be done in org-mode
?
I know about source-code blocks:
#+begin_example
blah-blah
#+end_example
But what I want is something like this (obviously, with the right syntax, which I do not know):
This is `embeded code`.
Can this be done in org-mode
? Not possible to find that in the documentation ...
+BEGIN_SRC...
everytime. – Student