Skip to content

Commit 99545e9

Browse files
authored
docs: fix formatting (#1343)
1 parent ab714d0 commit 99545e9

File tree

1 file changed

+6
-3
lines changed
  • sources/platform/actors/development/quick_start

1 file changed

+6
-3
lines changed

sources/platform/actors/development/quick_start/index.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@ slug: /actors/development/quick-start
1111

1212
---
1313

14-
> Before you start building your own Actor, try out a couple of existing Actors from [Apify Store](https://apify.com/store). See the [Running Actors](../../running/index.md) section for more information on running existing Actors.
14+
:::note
15+
16+
Before you start building your own Actor, try out a couple of existing Actors from [Apify Store](https://apify.com/store). See the [Running Actors](../../running/index.md) section for more information on running existing Actors.
17+
18+
:::
1519

1620
## Language
1721

1822
Any code that can run inside of a Docker container can be turned into Apify [Actor](../../index.mdx). This gives you freedom in choosing your technical stack, including programming language and technologies.
1923

20-
**But to fully benefit from running on top of the Apify platform, we recommend you choose either JavaScript/Node.js or Python, where Apify provides first-level support regarding its SDK, API clients, and learning materials.
21-
**
24+
But to fully benefit from running on top of the Apify platform, we recommend you choose either JavaScript/Node.js or Python, where Apify provides first-level support regarding its SDK, API clients, and learning materials.
2225

2326
For these languages, you can also choose from many code templates that help you to kickstart your project quickly:
2427

0 commit comments

Comments
 (0)