From 0f67871cec274fcf0fafc126623c5e630e7f5c47 Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Tue, 27 May 2025 05:36:10 -0400 Subject: [PATCH] fix bidder markdown lint --- dev-docs/bidders/deltaprojects.md | 3 ++- dev-docs/bidders/discovery.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-docs/bidders/deltaprojects.md b/dev-docs/bidders/deltaprojects.md index 397b461908..6af19c1487 100644 --- a/dev-docs/bidders/deltaprojects.md +++ b/dev-docs/bidders/deltaprojects.md @@ -20,6 +20,7 @@ will always bid and log values in the agreed upon currency, utilizing the curren ### Bid Params {: .table .table-bordered .table-striped } + | Name | Scope | Description | Example | Type | |----------------|----------|--------------------------------------------------------------------------|-----------------|----------| | `publisherId` | required | Publisher ID from Delta Projects. Contact | `'4'` | `string` | @@ -32,7 +33,7 @@ will always bid and log values in the agreed upon currency, utilizing the curren #### Banner -``` +```javascript var adUnits = [ { code: 'adunit-code', diff --git a/dev-docs/bidders/discovery.md b/dev-docs/bidders/discovery.md index e094aea49c..c56c23fffe 100644 --- a/dev-docs/bidders/discovery.md +++ b/dev-docs/bidders/discovery.md @@ -15,6 +15,7 @@ The DiscoveryDSP Bidding adapter requires setup before beginning. Please contact ### Bid Params {: .table .table-bordered .table-striped } + | Name | Scope | Description | Example | Type | |---------------|----------|-----------------------|-----------|-----------| | `token` | required | publisher token | `'1e100887dd614b7f69fdd1360437'` | `string` | @@ -26,7 +27,7 @@ The DiscoveryDSP Bidding adapter requires setup before beginning. Please contact banner -``` +```javascript var adUnits = [ { code: "test-div-1", @@ -51,7 +52,7 @@ var adUnits = [ native -``` +```javascript var adUnits = [ { code: "test-div-2",