machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js
http://emblemjs.com
MIT License
1.04k stars 81 forks source link

Image tag inside anchor tags #162

Closed metacritical closed 10 years ago

metacritical commented 10 years ago
a.navbar-brand href="#" Some Text
  img src="assets/sds.png" style='width:40px;height:40px'
shilov commented 10 years ago

This works, you just need to put "Some Text" on a separate line, indented two spaces just like the img tag that you have.

machty commented 10 years ago
a.navbar-brand href="#"
  | Some Text
  img src="assets/sds.png" style='width:40px;height:40px'