1 2 3 4 5 6 7 8 9 10 11 12
@macro img{FILE, ALIGN} @ifhtml @html <img src="img/\FILE\.png" class="float\ALIGN\"/> @end html @end ifhtml @ifnothtml @image{img/\FILE\} @end ifnothtml @end macro