This repository was archived by the owner on Feb 14, 2020. It is now read-only.
File tree 4 files changed +14
-4
lines changed
4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,16 @@ Writ is served through the CloudFlare CDN.
26
26
<abbr >HTML</abbr > is super easy to write. Markdown is even easier to write and
27
27
generate <abbr >HTML</abbr > from. But what does it look like?
28
28
29
- ![ Default Styles] ( screenshot/default.png )
29
+ <p style =" text-align : center ;" >
30
+ <img alt =" Default styles " width =" 285 " src =" screenshot/default.png " >
31
+ </p >
30
32
31
33
Not very nice, and it gets worse the more there is. Applying the Writ
32
34
stylesheet makes it better.
33
35
34
- ![ Writ Styles] ( screenshot/writ.png )
36
+ <p style =" text-align : center ;" >
37
+ <img alt =" Writ styles " width =" 285 " src =" screenshot/writ.png " >
38
+ </p >
35
39
36
40
## Caveats
37
41
Original file line number Diff line number Diff line change @@ -41,10 +41,16 @@ <h2 id="goals">Goals</h2>
41
41
< h2 id ="motivation "> Motivation</ h2 >
42
42
< p > < abbr > HTML</ abbr > is super easy to write. Markdown is even easier to write and
43
43
generate < abbr > HTML</ abbr > from. But what does it look like?</ p >
44
- < p > < img src ="screenshot/default.png " alt ="Default Styles "> </ p >
44
+ < p style ="text-align: center; ">
45
+ < img alt ="Default styles " width ="285 " src ="screenshot/default.png ">
46
+ </ p >
47
+
45
48
< p > Not very nice, and it gets worse the more there is. Applying the Writ
46
49
stylesheet makes it better.</ p >
47
- < p > < img src ="screenshot/writ.png " alt ="Writ Styles "> </ p >
50
+ < p style ="text-align: center; ">
51
+ < img alt ="Writ styles " width ="285 " src ="screenshot/writ.png ">
52
+ </ p >
53
+
48
54
< h2 id ="caveats "> Caveats</ h2 >
49
55
< p > Writ is designed for modern, standards compliant browsers only. There are no
50
56
compatibility hacks. Writ is tested on the latest stable releases of Safari,
You can’t perform that action at this time.
0 commit comments