1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
@set VERSION 0.1 @macro img{FILE, ALIGN} @ifhtml @html <img src="img/\FILE\.png" class="float\ALIGN\"/> @end html @end ifhtml @end macro @macro imgc{FILE} @ifhtml @html <img src="img/\FILE\.png"/> @end html @end ifhtml @end macro