Last active
October 6, 2015 13:16
-
-
Save doubleshow/9a4e2683ea67032e14db to your computer and use it in GitHub Desktop.
craftml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<craft> | |
<info> | |
<title>c-repeat n tests</title> | |
</info> | |
<stack spacing="2"> | |
<col spacing="2" c-repeat="3"> | |
<row spacing="2" c-repeat="3"> | |
<cube c-repeat="5"></cube> | |
</row> | |
</col> | |
</stack> | |
</craft> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment