Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
単純なリンクテキストを次のように折り返したいと思います。
http://google.de&rarr;<a href="http://google.de">http://google.de</a>
http://google.de
<a href="http://google.de">http://google.de</a>
リンクにマークを付けて、このzenコード(emmet)を作成しました。
a[href=*]*
しかし、hrefリンクの属性が正しく設定されていません
href
<a href="*">http://google.de</a>.
*使い方は確かですか?
*
http://code.google.com/p/zen-coding/wiki/Actions
ご希望の用途には使用されていないようです。