I'm looking to achieve something similar to what you can see on this screenshot: 
I made *.svg icons, I linked them with [DirectDamage]: /img/DirectDamage.svg?resize=16,16 "Direct Damage" at the bottom of the page, and tried inserting them with ![][DirectDamage], but the result is... Less than satisfactory.
I did find a topic about it, but the only answer that was there was "Gotta do it with HTML" basically. Thing is, I'd rather use some easier method, like :direct-damage: or something, instead of having to always copy and paste whole lines of html code.
So here I am, asking, if there's some method of making it easy? Maybe somehow making a font of these icons and embedding it in Grav, similarly to how FontAwesome is embedded?
Ultimately something like adding ?display=inline to image link would be the best, but I'm not really up to that.