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
ad431fda81
atom-beautify
/
examples
/
simple-jsbeautifyrc
/
marko
/
expected
/
test.marko
6 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added support Marko templates.
2015-02-21 13:27:39 -07:00
<if test="${data.items}">
content
</if>
<else>
content
Correcting new line.
2015-02-21 14:10:37 -07:00
</else>