Skip to content

Commit 2c13de4

Browse files
authored
Remove paragraph markers (#515)
1 parent 557842a commit 2c13de4

File tree

2 files changed

+31
-16
lines changed

2 files changed

+31
-16
lines changed

src/connections/spec/page.md

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,46 +89,60 @@ Reserved properties we have standardized:
8989
<tr>
9090
<td>`name`</td>
9191
<td>String</td>
92-
<td>Name of the page
93-
<p> This is reserved for future use.</p>
92+
<td>Name of the page.
93+
94+
This is reserved for future use.
95+
9496
</td>
9597
</tr>
9698
<tr>
9799
<td>`path`</td>
98100
<td>String</td>
99-
<td>Path portion of the URL of the page
100-
<p> Equivalent to [`canonical path`](https://github.com/segmentio/analytics.js/blob/master/analytics.js#L6499-L6503) which defaults to [`location.pathname`](https://developer.mozilla.org/en-US/docs/Web/API/Location) from the DOM API.</p>
101+
<td>Path portion of the URL of the page.
102+
103+
104+
Equivalent to [`canonical path`](https://github.com/segmentio/analytics.js/blob/master/analytics.js#L6499-L6503) which defaults to [`location.pathname`](https://developer.mozilla.org/en-US/docs/Web/API/Location) from the DOM API.
101105
</td>
102106
</tr>
103107
<tr>
104108
<td>`referrer` </td>
105109
<td>String</td>
106-
<td>Full URL of the previous page
107-
<p> Equivalent to [`document.referrer`](https://developer.mozilla.org/en-US/docs/Web/API/Document/referrer) from the DOM API.</p></td>
110+
<td>Full URL of the previous page.
111+
112+
113+
Equivalent to [`document.referrer`](https://developer.mozilla.org/en-US/docs/Web/API/Document/referrer) from the DOM API.</td>
108114
</tr>
109115
<tr>
110116
<td>`search`</td>
111117
<td>String</td>
112-
<td>Query string portion of the URL of the page
113-
<p> Equivalent to [`location.search`](https://developer.mozilla.org/en-US/docs/Web/API/Location) from the DOM API.</p></td>
118+
<td>Query string portion of the URL of the page.
119+
120+
121+
Equivalent to [`location.search`](https://developer.mozilla.org/en-US/docs/Web/API/Location) from the DOM API.</td>
114122
</tr>
115123
<tr>
116124
<td>`title`</td>
117125
<td>String</td>
118-
<td>Title of the page
119-
<p> Equivalent to [`document.title`](https://developer.mozilla.org/en-US/docs/Web/API/Document/title) from the DOM API.</p></td>
126+
<td>Title of the page.
127+
128+
129+
Equivalent to [`document.title`](https://developer.mozilla.org/en-US/docs/Web/API/Document/title) from the DOM API.</td>
120130
</tr>
121131
<tr>
122132
<td>`url`</td>
123133
<td>String</td>
124-
<td>Full URL of the page
125-
<p> First we look for the canonical url. If the canonical url is not provided, we use [`location.href`](https://developer.mozilla.org/en-US/docs/Web/API/Location) from the DOM API.</p></td>
134+
<td>Full URL of the page.
135+
136+
137+
First we look for the canonical url. If the canonical url is not provided, we use [`location.href`](https://developer.mozilla.org/en-US/docs/Web/API/Location) from the DOM API.</td>
126138
</tr>
127139
<tr>
128140
<td>`keywords`</td>
129141
<td>Array[String]</td>
130-
<td>A list/array of kewords describing the content of the page.
131-
<p> The keywords would most likely be the same as, or similar to, the keywords you would find in an html [meta](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#Attributes) tag for SEO purposes. This property is mainly used by content publishers that rely heavily on pageview tracking. This is not automatically collected.</p>
142+
<td>A list/array of keywords describing the content of the page.
143+
144+
145+
The keywords would most likely be the same as, or similar to, the keywords you would find in an html [meta](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#Attributes) tag for SEO purposes. This property is mainly used by content publishers that rely heavily on pageview tracking. This is not automatically collected.
132146
</td>
133147
</tr>
134148
</table>

src/connections/spec/screen.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ Reserved properties we have standardized:
8989
<tr>
9090
<td>`name`</td>
9191
<td>String</td>
92-
<td>Name of the screen
93-
<p>This is reserved for future use.</p></td>
92+
<td>Name of the screen.
93+
94+
This is reserved for future use.</td>
9495
</tr>
9596
</table>

0 commit comments

Comments
 (0)