새로운 블로그 테스트 글
@Carter Gil → @Carter Gil
@Untitled → (보여지지 않음)
강남언니 공식 블로그 → 강남언니 공식 블로그
- 이거랑
- 이거랑
와우 와우
ㅁㄴㅇㄹㅁㄴㅇㄹ
- 이거
- 이거랑
- 그리고 이거
- 또 이거
- 이거랑.
- 이거랑 또
- 3
- 2
- 2
- 2
- 2
- 2
- 2
- 2
- 2
- 2
- 2
- 2
- 2
- 2
- 2
- 2
- 3
- 3
- 3
- 3
- 3
- 이거랑 또
- 이거랑
- 이거
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 그리고 이거
- 근데 이거
- 도 있음
저는 해딩 1입니다.
Notion APIBlock 와우
저는 해딩 2입니다.
Notion APIBlock 와우
저는 해딩 3입니다.
Notion APIBlock 와우
뭐지?
저는 포맷팅이 섞인 해딩 1입니다.
저는 포맷팅이 섞인 해딩 2입니다.
저는 포맷팅이 섞인 해딩 3입니다.
Notion APIBlock 와우
콜아웃 되라
이렇게 글 적으면 예쁘긴 하겠다
와우 이렇게 적을 수 있다니!
이런 것도 되나 싶다
이런건 당연히 되야 한다
이런건 당연히 되야 한다
큰 것도 되어야 하겠지?
- 123
- aasdf
- asdf
- 123
모든 색상을 알아보자
모든 색상을 알아보자
모든 색상을 알아보자
모든 색상을 알아보자
모든 색상을 알아보자
모든 색상을 알아보자
모든 색상을 알아보자
모든 색상을 알아보자
모든 색상을 알아보자
모든 색상을 알아보자
여긴 다 백그라운드야
모든 색상을 알아보자
모든 색상을 알아보자
모든 색상을 알아보자
모든 색상을 알아보자
모든 색상을 알아보자
모든 색상을 알아보자
모든 색상을 알아보자
모든 색상을 알아보자

당연히! 이미지도 있을 수 있죠?
저는 접을 수 있어요. 아 젠장… 이런…
그리고 저는 여기에 블록을 추가할 수 있어요.
만약 | 여기에 |
---|---|
테이블이 있다면 | 어떨거 같아요? |
헤헤 | 헤헤 볼드체도 가능하지롱 |
- 그냥 리스트라던지
- 라던지
- 라던지
- 라던지
- 라던지
- 라던지
- 순서가 있는 리스트라던지
- 라던지
- 라던지
- 라던지
- 라던지
- 라던지
쉽게 접힐 생각은 없나보네요
슬프네요..
쉽게 접힐 생각은 없나보네요
슬프네요..
젠장…
- asdfsadf
저도 접을 수 있는데… nn
왜 안되나요
저도 접을 수 있는데… nn
왜 안되나요
저도 접을 수 있는데… nn
왜 안되나요
const user = {
firstName: "Angela",
lastName: "Davis",
role: "Professor",
}
console.log(user.name)
package healingpaper.kommons.times
import healingpaper.kommons.times.TimeSpec.MILLIS_IN_DAY
import java.sql.Timestamp
import java.time.Duration
import java.time.Period
import java.util.*
fun dateOf(epochMillis: Long = System.currentTimeMillis()): Date = Date(epochMillis)
operator fun Date.plus(that: Date): Date = Date(this.time + that.time)
operator fun Date.plus(millis: Long): Date = Date(this.time + millis)
operator fun Date.plus(duration: Duration): Date = Date(this.time + duration.toMillis())
operator fun Date.plus(period: Period): Date = Date(this.time + period.days * MILLIS_IN_DAY)
operator fun Date.minus(that: Date): Date = Date(this.time - that.time)
operator fun Date.minus(millis: Long): Date = Date(this.time - millis)
operator fun Date.minus(duration: Duration): Date = Date(this.time - duration.toMillis())
operator fun Date.minus(period: Period): Date = Date(this.time - period.days * MILLIS_IN_DAY)
operator fun Timestamp.plus(that: Timestamp): Timestamp = Timestamp(this.time + that.time)
operator fun Timestamp.plus(millis: Long): Timestamp = Timestamp(this.time + millis)
operator fun Timestamp.plus(duration: Duration): Timestamp = Timestamp(this.time + duration.toMillis())
operator fun Timestamp.plus(period: Period): Timestamp = Timestamp(this.time + period.days * MILLIS_IN_DAY)
operator fun Timestamp.minus(that: Timestamp): Timestamp = Timestamp(this.time - that.time)
operator fun Timestamp.minus(millis: Long): Timestamp = Timestamp(this.time - millis)
operator fun Timestamp.minus(duration: Duration): Timestamp = Timestamp(this.time - duration.toMillis())
operator fun Timestamp.minus(period: Period): Timestamp = Timestamp(this.time - period.days * MILLIS_IN_DAY)
sequenceDiagram
Alice ->> Bob: Hello Bob, how are you?
Bob-->>John: How about you John?
Bob--x Alice: I am good thanks!
Bob-x John: I am good thanks!
Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row.
Bob-->Alice: Checking with John...
Alice->John: Yes... John, how are you?
extension Player {
mutating func updateScore(_ newScore: Int) {
history.append(newScore)
if highScore < newScore {
print("\(newScore)! A new high score for \(name)! 🎉")
highScore = newScore
}
}
}
player.updateScore(50)
// Prints "50! A new high score for Tomas! 🎉"
// player.highScore == 50
링크를 첨부할 수 도 있겠네요.
Notion APIBlock @Carter Gil
Notion APIBlock 와우
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200