Created
March 27, 2013 18:51
-
-
Save reggi/5256972 to your computer and use it in GitHub Desktop.
Shopify parse-objects
This file contains hidden or 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
| <!--parse-object--> | |
| <div class="object" style="obj:true;color:red;background:#ddd;padding:5px;margin:10px 0">first-description</div> | |
| <!--/parse-object--> | |
| <!--parse-object--> | |
| <div class="object" style="obj:true;color:red;background:#ddd;padding:5px;margin:10px 0">second-description</div> | |
| <!--/parse-object--> | |
| <!--parse-object--> | |
| <div class="object" style="obj:true;color:red;background:#ddd;padding:5px;margin:10px 0">third-description</div> | |
| <!--/parse-object--> | |
| <!--parse-object--> | |
| <div class="object" style="obj:true;color:red;background:#ddd;padding:5px;margin:10px 0">rhino-description</div> | |
| <!--/parse-object--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment