drkdev

post placeholder and examples. og:title

Sep 16, 2023  │  #tag1   #tag2   #english  

tips!

this blog post has korean version

Introduction

This is bold text, and this is emphasized text.

Visit the Hugo website!

html tags (set renderer first!)

and this is mark tag! this is u tag!
aksjfd;lajs;fjalskjflk;asdjasfjhaksdhfjaksdhf

code block

wow.

this is code block.
highlight
highlighting-in-code-fences

19package main
20
21import "fmt"
22
23func main() {
24	fmt.Println("Hello, 世界")
25}
26// ... code

math katex

$$ \begin{align} \sqrt{37} & = \sqrt{\frac{73^2-1}{12^2}} \\ & = \sqrt{\frac{73^2}{12^2}\cdot\frac{73^2-1}{73^2}} \\ & = \frac{73}{12}\sqrt{1 - \frac{1}{73^2}} \\ & \approx \frac{73}{12}\left(1 - \frac{1}{2\cdot73^2}\right) \end{align} $$

img

all image lazy loaded. page scoped img

what

file tress

.
├── 01_helloworld
│   ├── hello_world.c
│   └── 함수_선언_정의_차이점.c
├── 02_자료형
│   ├── bool_data_type.c
│   ├── enum_data_type.c
│   ├── float_data_type.c
│   └── int_data_type.c
├── 03_변수_연산
│   └── declare_var.c
├── README.md
└── a.out

table

wowcol1col2col3col 4
1234
11223344

comment(footnote)

Here’s a sentence with a footnote.1

box

check this : https://gohugo.io/content-management/syntax-highlighting/#highlight-hugogo-template-code

info, tip, warning, important

tip

Hello there, and have a nice day

info

Hello there, and have a nice day

warning

Hello there, and have a nice day

important

Hello there, and have a nice day

collapse

클릭하여 내용 보기/감추기

이곳에 숨겨진 내용을 작성하세요.

blockquote

some quote asdfsome quote asdfsome quote asdfsome quote asdfsome quote asdfsome quote asdfsome quote asdfsome quote asdfsome quote asdfsome quote asdfsome quote asdfsome quote asdfsome quote asdfsome quote asdfsome quote asdfsome quote asdf some quote some quote some quote some quote some quote some quote some quote some quote

GoAT

123412341234123412341234

mermaid

graph TD
    A[Enter Chart Definition] --> B(Preview)
    B --> C{decide}
    C --> D[Keep]
    C --> E[Edit Definition]
    E --> B
    D --> F[Save Image and Code]
    F --> B
  

  1. This is unnamed footnote. ↩︎