slack 메시지 포맷 사용법 정리 :: 행복한 프로그래머

posted by 쁘로그램어 2018. 1. 5. 17:25

Slack(슬랙)은 메신저 및 협업 서비스이다.

기업을 주 타겟으로 하며, 특히 IT기업과 스타트업 사이에서 크게 유행하고 있다.

최근에는 오픈소스 개발에 관련 이슈, 버그, 디자인 설계 등도 slack 채널에서 진행하는 경우도 많다.


Slack(슬랙)을 사용할 때 일반적인 메신저와 비교해보면 많은 장점이 있다.

그 중에 하나가 메시지를 포맷을 사용할수 있다는 점이다.


# 사용법 

1. bold text 

*bold text*


2. italic text

_italic text_


3. Strikethrough (취소선)

~Strikethrough~


4. Blockquotes (인용구)

> to blockquote one paragraph

>>>to blockquote multiple paragraphs1

   to blockquote multiple paragraphs2

   to blockquote multiple paragraphs3


5. Code blocks

`single backticks` display fixed-width text along with your other message text

```triple backticks```

create a block of pre-formatted, fixed-width text 


# slack 결과


# Reference

https://github.com/jhhwang4195/TIL/blob/master/slack/message-format.md

https://get.slack.help/hc/en-us/articles/202288908-how-can-i-add-formatting-to-my-messages-

'관심 기술 > slack' 카테고리의 다른 글

슬랙 이모지(Emoji) 사용하기  (0) 2020.07.28