File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : Markdown test files
2
+ title : Markdown test file
3
3
date : 2019-02-06
4
4
published : true
5
5
tags : ['Markdown','Test files']
@@ -45,6 +45,13 @@ used to open the header. (The number of opening hashes
45
45
determines the header level.)
46
46
47
47
48
+ ### Images
49
+
50
+ Images are added with `  `
51
+
52
+ ![ Image] ( ./images/alexandr-podvalny-220262-unsplash.jpg )
53
+
54
+
48
55
### Blockquotes
49
56
50
57
Markdown uses email-style ` > ` characters for blockquoting. If you're
Original file line number Diff line number Diff line change @@ -77,9 +77,11 @@ query Post ($path: String!) {
77
77
margin-bottom : calc (var (--space ) / 2 );
78
78
overflow : hidden ;
79
79
border-radius : var (--radius ) var (--radius ) 0 0 ;
80
+
80
81
img {
81
82
width : 100% ;
82
83
}
84
+
83
85
& :empty {
84
86
display : none ;
85
87
}
@@ -94,10 +96,12 @@ query Post ($path: String!) {
94
96
font-size : 1.2em ;
95
97
color : var (--title-color );
96
98
}
99
+
97
100
img {
98
101
width : calc (100% + var (--space ) * 2 );
99
102
margin-left : calc (var (--space ) * -1 );
100
103
display : block ;
104
+ max-width : none ;
101
105
}
102
106
}
103
107
}
You can’t perform that action at this time.
0 commit comments