We are deciding which JAM stack static site generation solution we should go for, and one of the main deciding factors is ability to use short codes for creating rich content.
We need to be able to use custom and / or predefined short codes such as quote, figure, youtube video, etc. in our content that get transformed to a particular HTML output.
That means that when writing body, our content editors can use custom tags, such as <youtube video-id="379232">
that get transformed to an appropriate HTML output.
How are other static site generators handling this aspect? From what I have seen so far, Go Hugo is handing it well with their shortcodes, but I would be curious how other solutions are approaching this problem.
As a reference, here's the link to the Hugo's shortcodes: