title: Relative Image
markdown: false

{{#if outputAsMarkdown}}![]({{this.1}}){{else}}<img src="{{ noddityRoot + current.slice(0, current.lastIndexOf('/') + 1) + this.1 }}" width="{{ this.2 }}" height="{{ this.3 }}">{{/if}}