Hey - how do you guys do this???
I’m trying to put shortcode delimeters in a code fence for some documentation but Hugo is interpreting them as a shortcodes instead of being taken literally as they should inside a code block. Blackfriday runs after shortcodes are processed??? If so how did you make this work in the Hugo documentation?
Here is what is in my markdown file
What are the ‘’’{{% %}}’’’ and ‘’’{{< >}}’’’ about
(note: I had to use apostrophes instead of backticks above so you can see them)
`
here is what is rendering