Skip to content

Commit 37d45a8

Browse files
committed
Do not use blockquotes in _includes/content
1 parent 354a10f commit 37d45a8

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

src/_includes/content/connection-modes-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Segment's web source (Analytics.js), and native client-side libraries (iOS, Andr
66
<div class="fa fa-info-circle"></div>
77
<div class="content">
88
<p class="header">Healthcare and Life Sciences (HLS) customers can encrypt data flowing into their destinations</p>
9-
<p> HLS customers with a HIPAA eligible workspace can encrypt data in fields marked as Yellow in the Privacy Portal before they flow into an event stream, cloud-mode destination.
9+
<p>HLS customers with a HIPAA eligible workspace can encrypt data in fields marked as Yellow in the Privacy Portal before they flow into an event stream, cloud-mode destination.
1010
<br>To learn more about data encryption, see the <a href="/docs/privacy/hipaa-eligible-segment/#data-encryption">HIPAA Eligible Segment documentation</a>.</p>
1111
</div>
1212
</div>
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
<div class="premonition info"><div class="fa fa-info-circle"></div><div class="content"><p class="header">Developer Center no longer accepts new components.</p><p markdown=1>Segment is redeveloping the Developer Center and will launch a new version when complete. To stay up to date, add your contact information [in this Airtable form](https://airtable.com/shrT3b4C7agUEBKVS){:target="_blank"}.</p></div></div>
1+
<div class="premonition info">
2+
<div class="fa fa-info-circle"></div>
3+
<div class="content">
4+
<p class="header">Developer Center no longer accepts new components.</p>
5+
<p markdown=1>Segment is redeveloping the Developer Center and will launch a new version when complete. To stay up to date, add your contact information [in this Airtable form](https://airtable.com/shrT3b4C7agUEBKVS){:target="_blank"}.</p>
6+
</div>
7+
</div>
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
> warning "HTTP Tracking API limits"
2-
>
3-
> Segment's HTTP Tracking API accepts batch requests up to **500 KB**. To avoid errors in event creation, ensure that individual event payload sizes remain below **32 KB**.
1+
<div class="premonition warning">
2+
<div class="fa fa-exclamation-circle"></div>
3+
<div class="content">
4+
<p class="header">HTTP Tracking API limits</p>
5+
<p>Segment's HTTP Tracking API accepts batch requests up to <strong>500 KB</strong>. To avoid errors in event creation, ensure that individual event payload sizes remain below <strong>32 KB</strong>.</p>
6+
</div>
7+
</div>

0 commit comments

Comments
 (0)