디자인

새로운 블로그 테스트 글

asdfasdf

Software Engineer

Product Designer

@Carter Gil → @Carter Gil

@Untitled → (보여지지 않음)

강남언니 공식 블로그 → 강남언니 공식 블로그

  1. 이거랑.
    1. 이거랑 또
      1. 3
      2. 2
      3. 2
      4. 2
      5. 2
      6. 2
      7. 2
      8. 2
      9. 2
      10. 2
      11. 2
      12. 2
      13. 2
      14. 2
      15. 2
      16. 2
        1. 3
          1. 3
  2. 이거랑
  3. 이거
  4. 1
  5. 1
  6. 1
  7. 1
  8. 1
  9. 1
  10. 1

  1. 그리고 이거

  1. 근데 이거
    1. 도 있음

저는 해딩 1입니다. Notion APINotion APIBlock 와우

저는 해딩 2입니다. Notion APINotion APIBlock 와우

저는 해딩 3입니다. Notion APINotion APIBlock 와우


뭐지?

저는 포맷팅이 섞인 해딩 1입니다.

저는 포맷팅이 섞인 해딩 2입니다.

저는 포맷팅이 섞인 해딩 3입니다. Notion APINotion APIBlock 와우

콜아웃 되라

이렇게 글 적으면 예쁘긴 하겠다

와우 이렇게 적을 수 있다니!

이런 것도 되나 싶다

이런건 당연히 되야 한다
이런건 당연히 되야 한다
큰 것도 되어야 하겠지?
  1. 123
  2. aasdf
  • asdf

  1. 123

모든 색상을 알아보자

모든 색상을 알아보자

모든 색상을 알아보자

모든 색상을 알아보자

모든 색상을 알아보자

모든 색상을 알아보자

모든 색상을 알아보자

모든 색상을 알아보자

모든 색상을 알아보자

모든 색상을 알아보자

여긴 다 백그라운드야

모든 색상을 알아보자

모든 색상을 알아보자

모든 색상을 알아보자

모든 색상을 알아보자

모든 색상을 알아보자

모든 색상을 알아보자

모든 색상을 알아보자

모든 색상을 알아보자

이것은 캡션이예요.이것은 캡션이예요.
이것은 캡션이예요.

당연히! 이미지도 있을 수 있죠?


저는 접을 수 있어요. 아 젠장… 이런…

그리고 저는 여기에 블록을 추가할 수 있어요.

만약여기에
테이블이 있다면어떨거 같아요?
헤헤헤헤 볼드체도 가능하지롱
  • 그냥 리스트라던지
    • 라던지
      • 라던지
    • 라던지
  • 라던지
  1. 순서가 있는 리스트라던지
    1. 라던지
      1. 라던지
    2. 라던지
  2. 라던지
쉽게 접힐 생각은 없나보네요

슬프네요..

쉽게 접힐 생각은 없나보네요

슬프네요..

젠장…

저도 접을 수 있는데… 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 APINotion APIBlock @Carter Gil