출처 : Formatting text
&
, <
, and >
as control characters for special parsing in text objects, so they must be converted to HTML entities if they're not used for their parsing purpose_italic_
will produce italicized text*bold*
will produce bold text~strike~
will produce strikethrough text\n
in your text.<http://www.example.com|This message *is* a link>
<mailto:bob@example.com|Email Bob Roberts>
It's Friday :smile:
Why not join <#C024BE7LR>?
Hey <@U024BE7LH>, thanks for submitting your report.
Hey <!subteam^SAZ94GDB8>, there's a new task in your queue.
@here
@channel
@everyone
@Everyone
은 #general
채널의 모든 사람에게 알립니다 (즉, 작업 공간의 모든 비게스트 구성원).<!date^timestamp^token_string^optional_link|fallback_text>
<!date^1392734382^Posted {date} {time}|fallback_text>
timestamp
is a number in standard Unix time format
# C#, .NET > Unix String 바꾸기
DateTime.ToUniversalTime 메서드
DateTimeOffset.Now.ToUnixTimeSeconds()
Notes on retrieving formatted messages
메시지를 검색하는 경우, 서식 구문을 구문 분석하는 데 도움이 되도록 위의 섹션에 몇 가지 추가 세부 사항을 포함했습니다. 이렇게 하면 다른 서비스에 표시하거나 앱이 메시지의 의도를 완전히 이해할 수 있도록 적절하게 포맷할 수 있습니다. 다음은 고급 서식 구문을 감지하는 것과 관련된 일반적인 단계입니다.
Beyond formatting
이 가이드는 각 앱 표면에 포함된 텍스트를 단순히 포맷하고 수정함으로써 제공되는 가능성을 맛볼 수 있습니다.
하지만 그 앱 표면의 시각적 구성을 변경하기 위해 할 수 있는 일은 훨씬 더 많습니다.
블록 키트 가이드를 읽고 블록과 블록 요소를 사용하여 복잡한 레이아웃을 구성하는 방법을 배우세요.