This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
atom-beautify
mirror of
https://github.com/Glavin001/atom-beautify.git
Watch
1
Star
0
Fork
You've already forked atom-beautify
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9ff770c3f0
atom-beautify
/
examples
/
nested-jsbeautifyrc
/
marko
/
expected
/
test.marko
7 lines
117 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Updated test for marko
2016-04-28 23:23:41 -06:00
<if(data.items)>
<for(item in data.items)>
<div>${item.name}</div>
</for>
Added support Marko templates.
2015-02-21 13:27:39 -07:00
</if>
Updated test for marko
2016-04-28 23:23:41 -06:00
<else>content</else>