File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 11[
2+ {
3+ "file" : " warning-post" ,
4+ "date" : " 2025-10-14" ,
5+ "updated" : " 2025-10-15"
6+ },
7+
28 {
39 "file" : " code-example-post" ,
410 "date" : " 2025-10-15" ,
Original file line number Diff line number Diff line change 1+ ---
2+ title : My Second Post
3+ date : 2025-10-15
4+ tags : ["writing", "updates"]
5+ ---
6+
7+ # My Warning Post
8+
9+ > ** warning**
10+ >
11+ > asda
12+ >
13+ > asd
14+
15+ This is my second post. I'm getting the hang of this.
16+
17+ - Item 1
18+ - Item 2
19+ - Item 3
Original file line number Diff line number Diff line change @@ -60,6 +60,17 @@ module.exports = {
6060 figcaption : {
6161 color : theme ( 'colors.gray.500' ) ,
6262 } ,
63+
64+ blockquote : {
65+ color : theme ( 'colors.gray.400' ) ,
66+ 'border-left-color' : theme ( 'colors.primary.400' ) ,
67+ quotes : '"" ""' ,
68+ lineHeight : '0.4' ,
69+ } ,
70+
71+ li : {
72+ lineHeight : '1.0' ,
73+ } ,
6374 } ,
6475 } ,
6576 } ) ,
You can’t perform that action at this time.
0 commit comments