To write inline code in markdown we need to simply wrap it in backticks:
inline `code` example
which will result in this: inline code example
code