Skip to content

Commit 13d49eb

Browse files
committed
Fixing markdown lint errorrs
1 parent 39b6fd4 commit 13d49eb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

sources/platform/actors/publishing/badge.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,42 +12,51 @@ sidebar_position: 4
1212
### How to embed the Actor Status Badge
1313

1414
The Badge is a dynamic SVG image loaded from the Apify platform. The Badge is served from the URL Template:
15-
```
15+
16+
```text
1617
https://apify.com/actor-badge?actor=:username/:actor-name
1718
```
1819

1920
#### HTML Example
21+
2022
```html
2123
<a href="https://apify.com/apify/website-content-crawler">
2224
<img src="https://apify.com/actor-badge?actor=apify/website-content-crawler">
2325
</a>
2426
```
2527

2628
#### Markdown Example
29+
2730
```markdown
2831
[![Website Content Crawler Actor](https://apify.com/actor-badge?actor=apify/website-content-crawler\)](https://apify.com/apify/website-content-crawler)
2932
```
3033

3134
#### Rendered Example
35+
3236
[![Website Content Crawler Actor](https://apify.com/actor-badge?actor=apify/website-content-crawler)](https://apify.com/apify/website-content-crawler)
3337

3438
### Supported Actor States
3539

3640
The badge indicates the state of the Actor in the Apify Platform as the result of the [automated testing](../development/automated_tests.md).
3741

3842
#### Actor OK
43+
3944
![Actor badge OK](./images/actor-badge/ok.svg)
4045

4146
#### Actor Under Maintenance
47+
4248
![Actor badge under maintenance](./images/actor-badge/under-maintenance.svg)
49+
4350
#### Actor Deprecated
51+
4452
![Actor badge deprecated](./images/actor-badge/deprecated.svg)
4553

4654
#### Actor Not Found
4755
![Actor badge not found](./images/actor-badge/not-found.svg)
4856

4957

5058
### Example of the Badge in Github Readme
59+
5160
![Actor badge in githhub readme](images/github-badge-screenshot.png)
5261

5362

0 commit comments

Comments
 (0)