Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1114)

Side by Side Diff: sky/specs/README.md

Issue 678693003: Docs: fix markdown in various files, update the README mildly (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sky/README.md ('k') | sky/specs/apis.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 The Sky environment 1 The Sky environment
2 =================== 2 ===================
3 3
4 The main files loaded by the Sky environment are Sky files, though 4 The main files loaded by the Sky environment are Sky files, though
5 they can refer to binary resources like images and fonts. 5 they can refer to binary resources like images and fonts.
6 6
7 Sky files 7 Sky files
8 --------- 8 ---------
9 9
10 Conventional MIME type: ```text/sky```, though this type is neither 10 Conventional MIME type: ``text/sky``, though this type is neither
11 necessary nor sufficient to indicate that a file is a Sky file; only 11 necessary nor sufficient to indicate that a file is a Sky file; only
12 the signature matters for type dispatch of Sky files. 12 the signature matters for type dispatch of Sky files.
13 13
14 Conventional extension: ```.sky``` 14 Conventional extension: ``.sky``
15 15
16 Signatures: 16 Signatures:
17 17
18 For application files, one of the following: 18 For application files, one of the following:
19 ```23 21 6d 6f 6a 6f 20 6d 6f 6a 6f 3a 73 6b 79 0a``` ("```#!mojo mojo:sky\n``` ") 19 ``23 21 6d 6f 6a 6f 20 6d 6f 6a 6f 3a 73 6b 79 0a`` ("``#!mojo mojo:sky\n``")
20 ```23 21 6d 6f 6a 6f 20 6d 6f 6a 6f 3a 73 6b 79 0d``` ("```#!mojo mojo:sky\r``` ") 20 ``23 21 6d 6f 6a 6f 20 6d 6f 6a 6f 3a 73 6b 79 0d`` ("``#!mojo mojo:sky\r``")
21 ```23 21 6d 6f 6a 6f 20 6d 6f 6a 6f 3a 73 6b 79 20``` ("```#!mojo mojo:sky ```" ) 21 ``23 21 6d 6f 6a 6f 20 6d 6f 6a 6f 3a 73 6b 79 20`` ("``#!mojo mojo:sky ``")
22 22
23 For module files, one of the following: 23 For module files, one of the following:
24 ```53 4b 59 20 4d 4f 44 55 4c 45 0a``` ("```SKY MODULE\n```") 24 ``53 4b 59 20 4d 4f 44 55 4c 45 0a`` ("``SKY MODULE\n``")
25 ```53 4b 59 20 4d 4f 44 55 4c 45 0d``` ("```SKY MODULE\r```") 25 ``53 4b 59 20 4d 4f 44 55 4c 45 0d`` ("``SKY MODULE\r``")
26 ```53 4b 59 20 4d 4f 44 55 4c 45 20``` ("```SKY MODULE ```") 26 ``53 4b 59 20 4d 4f 44 55 4c 45 20`` ("``SKY MODULE ``")
OLDNEW
« no previous file with comments | « sky/README.md ('k') | sky/specs/apis.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698