I'm including some code in a spanish text and it seems that LaTeX combines (hyphenates?) the "a" letter when I write "avg". I don't know if this is an expected behaviour in LaTeX, but it is totally not expected in markdown. So I think it's a bug.
This is a very short version of my text:
---
lang: spanish
...
`"avg"`
`"a`
\verb|"a|
And here is an image of the output:

As you can see when I use \verb| | it works as espected.
I'm including some code in a spanish text and it seems that LaTeX combines (hyphenates?) the "a" letter when I write
"avg". I don't know if this is an expected behaviour in LaTeX, but it is totally not expected in markdown. So I think it's a bug.This is a very short version of my text:
And here is an image of the output:
As you can see when I use
\verb| |it works as espected.