Using markdown quite a lot lately, I would like to use backticks/backquotes in the same way in Latex. Thus
Using a `tt-font`
would produce the same as
Using a {\tt tt-font}
similarly to the two $s to enable math-mode.
I am aware that such changes are problematic as the tex-core uses backticks for character codes, but I do not use these directly in my files.

markdownpackage if you prefer to use the Markdown syntax with LaTeX. – Gaussler Mar 17 '23 at 07:34