Skip to content

Commit 7708e32

Browse files
authored
fix bidder markdown lint (#6064)
1 parent f19f8ee commit 7708e32

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

dev-docs/bidders/deltaprojects.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ will always bid and log values in the agreed upon currency, utilizing the curren
2020
### Bid Params
2121

2222
{: .table .table-bordered .table-striped }
23+
2324
| Name | Scope | Description | Example | Type |
2425
|----------------|----------|--------------------------------------------------------------------------|-----------------|----------|
2526
| `publisherId` | required | Publisher ID from Delta Projects. Contact <[email protected]> | `'4'` | `string` |
@@ -32,7 +33,7 @@ will always bid and log values in the agreed upon currency, utilizing the curren
3233

3334
#### Banner
3435

35-
```
36+
```javascript
3637
var adUnits = [
3738
{
3839
code: 'adunit-code',

dev-docs/bidders/discovery.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The DiscoveryDSP Bidding adapter requires setup before beginning. Please contact
1515
### Bid Params
1616

1717
{: .table .table-bordered .table-striped }
18+
1819
| Name | Scope | Description | Example | Type |
1920
|---------------|----------|-----------------------|-----------|-----------|
2021
| `token` | required | publisher token | `'1e100887dd614b7f69fdd1360437'` | `string` |
@@ -26,7 +27,7 @@ The DiscoveryDSP Bidding adapter requires setup before beginning. Please contact
2627

2728
banner
2829

29-
```
30+
```javascript
3031
var adUnits = [
3132
{
3233
code: "test-div-1",
@@ -51,7 +52,7 @@ var adUnits = [
5152

5253
native
5354

54-
```
55+
```javascript
5556
var adUnits = [
5657
{
5758
code: "test-div-2",

0 commit comments

Comments
 (0)