Inline code, in context
Some code is too small for its own block. A command like deno task dev belongs
beside the sentence that explains it.
Keep the detail close
Inline code works well for names such as Request, paths such as
src/main.tsx, and routes such as /dev.
<p>
Run <code>deno task dev</code> to start the site.
</p>;
Let blocks stay blocks
Once indentation or several steps matter, use a highlighted block. Inline code is for the small details around it.