What is the best way to use markdown snippets?

Hi,

I have checked the gravstrap plugin, bootstrap specific.
but is there a easier way to simply create your own markdown snippet for example:

[header title:test img:test.jpg][/header]

what will search for this specific twig template?

Thanks in advance.

The Shortcode Plugin (https://github.com/getgrav/grav-plugin-shortcode-core) and its extensions (https://github.com/getgrav/grav-plugin-shortcode-ui) (https://github.com/getgrav/grav-plugin-shortcode-media) are a good place to start. You can create your own shortcodes by following what shortocode-media does for example.

thx