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.
以下のhtmlをjadeに翻訳する方法
<div id="app" ng-app="myApp" class="{@ .CSS @}">
htm2jade が与えた
#app.{@..CSS.@}(ng-app='myApp')
バージェイドはそれを次のようにレンダリングしました
<div id="app">.{@..CSS.@}(ng-app='myApp')
HTMLの最初の行を翡翠として表現するにはどうすればよいですか。
ありがとう。