From 1735a95dda5fe14f507577a5d04de5391ab08b4b Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Thu, 5 Jun 2025 10:01:44 -0400 Subject: [PATCH] docs: fix markdownlint issues --- _includes/dev-docs/native-assets.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_includes/dev-docs/native-assets.md b/_includes/dev-docs/native-assets.md index 912b0e62ee..58468731cc 100644 --- a/_includes/dev-docs/native-assets.md +++ b/_includes/dev-docs/native-assets.md @@ -1,3 +1,4 @@ + {: .table .table-bordered .table-striped } | Asset Code | Description | Macro | |---------------+--------------------------------------------------------------------------------------|-----------------------| @@ -9,8 +10,8 @@ | `image` | A picture that is associated with the brand, or grabs the user's attention. | `##hb_native_image##` | | `clickUrl` | Where the user will end up if they click the ad. | `##hb_native_linkurl##` | | `displayUrl` | Text that can be displayed instead of the raw click URL. e.g, "Example.com/Specials" | `##hb_native_displayUrl##`| -| `privacyLink` | Link to the Privacy Policy of the Buyer, e.g. http://example.com/privacy | `##hb_native_privacy##` | -| `privacyIcon` | Icon to display for the privacy link, e.g. http://example.com/privacy_icon.png | `##hb_native_privicon##` | +| `privacyLink` | Link to the Privacy Policy of the Buyer, e.g. | `##hb_native_privacy##` | +| `privacyIcon` | Icon to display for the privacy link, e.g. | `##hb_native_privicon##` | | `cta` | *Call to Action* text, e.g., "Click here for more information". | `##hb_native_cta##` | | `rating` | Rating information, e.g., "4" out of 5. | `##hb_native_rating##` | | `downloads` | The total downloads of the advertised application/product | `##hb_native_downloads##` |