Skip to content

Commit 5386ec6

Browse files
committed
docs: use consistent bold formatting for list items
1 parent e896ca0 commit 5386ec6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This collections of examples highlights features of a Slack app in the language
44

55
## Available demonstration
66

7-
- [Block Kit](./block-kit): the framework of visual components arranged to create app layouts.
7+
- **[Block Kit](./block-kit)**: The framework of visual components arranged to create app layouts.

block-kit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Read the [docs](https://docs.slack.dev/block-kit/) to learn concepts behind thes
88

99
### Blocks
1010

11-
- **[Actions block](https://docs.slack.dev/reference/block-kit/blocks/actions-block)**: Holds multiple interactive elements. [Implementation](./src/main/java/blocks/Actions.java).
11+
- **[Actions](https://docs.slack.dev/reference/block-kit/blocks/actions-block)**: Holds multiple interactive elements. [Implementation](./src/main/java/blocks/Actions.java).
1212
- **[Context](https://docs.slack.dev/reference/block-kit/blocks/context-block)**: Provides contextual info, which can include both images and text. [Implementation](./src/main/java/blocks/Context.java).
1313
- **[Divider](https://docs.slack.dev/reference/block-kit/blocks/divider-block)**: Visually separates pieces of info inside of a message. [Implementation](./src/main/java/blocks/Divider.java).
1414
- **[File](https://docs.slack.dev/reference/block-kit/blocks/file-block)**: Displays info about remote files. [Implementation](./src/main/java/blocks/File.java).

0 commit comments

Comments
 (0)