When I inline write i.e. {{ markdown . }} I wrap the one line snippet in `tickmarks` - the code gets correctly rendered in HTML - but will include the tickmarks >>> `{{ markdown . }}`
That seems to apply only the inline snippets that are HTML rendered with <code>
Stand alone snippets that are created with “tab” are wrapped in <pre><code> and render correctly, they can’t be inline though.
Is that a hugo issue or a Tailwind issue? Not a huge issue, just a question.
Source: markdown
Tailwind: 2.2.* or 3.0.* + typography 0.5.0
I think you might misunderstand what is going on, while still maybe having fixed your issue. They had a blog post today about the not-prose class. Basically, you tell tailwind to treat everything inside of this class as not transformed via the typography plugin.
If you want to have a long-term working solution you might want to understand the issue better and maybe be able to solve it without changing/overriding the styles of the plugin.