Skip to content

Commit f6b8d9f

Browse files
authored
docs: fix markdownlint issues (prebid#6091)
1 parent fb811cc commit f6b8d9f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

_includes/dev-docs/native-assets.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- markdownlint-disable MD041 -->
12
{: .table .table-bordered .table-striped }
23
| Asset Code | Description | Macro |
34
|---------------+--------------------------------------------------------------------------------------|-----------------------|
@@ -9,8 +10,8 @@
910
| `image` | A picture that is associated with the brand, or grabs the user's attention. | `##hb_native_image##` |
1011
| `clickUrl` | Where the user will end up if they click the ad. | `##hb_native_linkurl##` |
1112
| `displayUrl` | Text that can be displayed instead of the raw click URL. e.g, "Example.com/Specials" | `##hb_native_displayUrl##`|
12-
| `privacyLink` | Link to the Privacy Policy of the Buyer, e.g. http://example.com/privacy | `##hb_native_privacy##` |
13-
| `privacyIcon` | Icon to display for the privacy link, e.g. http://example.com/privacy_icon.png | `##hb_native_privicon##` |
13+
| `privacyLink` | Link to the Privacy Policy of the Buyer, e.g. <http://example.com/privacy> | `##hb_native_privacy##` |
14+
| `privacyIcon` | Icon to display for the privacy link, e.g. <http://example.com/privacy_icon.png> | `##hb_native_privicon##` |
1415
| `cta` | *Call to Action* text, e.g., "Click here for more information". | `##hb_native_cta##` |
1516
| `rating` | Rating information, e.g., "4" out of 5. | `##hb_native_rating##` |
1617
| `downloads` | The total downloads of the advertised application/product | `##hb_native_downloads##` |

0 commit comments

Comments
 (0)