Last active
August 29, 2015 14:15
-
-
Save zsan/b13400440d396509692e to your computer and use it in GitHub Desktop.
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
#day 1 | |
#table ads | |
+---------------+----------------+------------------------ | |
| original price| latest price | url | edited | |
+---------------+----------------|--------------------- | |
| 45000.00 | | http://www.g | 0 | |
+---------------+----------------+------------------------- | |
#day 3, price changes | |
#table ads | |
+---------------+----------------+------------------------ | |
| original price| latest price | url | edited | |
+---------------+---- -----------|--------------------- | |
| 45000.00 | 420000 | http://www.g | 1 | |
+---------------+----------------+------------------------- | |
# day 3, add new data to table edits | |
# table edits | |
+----------+----------------+ | |
| price |url | | |
+----------+----+-----------| | |
| 42000.00 |http://www.g | | |
+----------+----------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment