xidoc
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 2
-
-
xidoc 创建了一个帖子, Bug with emmet in Webstorm
Hi ! I think that there is a bug with Emmet. For example the code : article>((h2{Title $})>p>lorem)*4 would to have to give : <article> <h2>Title 1</h2> <p>Lorem ipsum dolor sit amet, con...