You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/marketplace/partner-center-portal/create-new-saas-offer.md
-74Lines changed: 0 additions & 74 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,80 +266,6 @@ Use the following instructions to use the rich text editor:
266
266
267
267

268
268
269
-
270
-
271
-
272
-
273
-
274
-
275
-
276
-
277
-
You can also use HTML to format **Description**.
278
-
279
-
- If you want to create paragraphs, add `<p>` at the beginning of the text and add `</p>` at the end.
280
-
281
-
**Example**:
282
-
283
-
`<p>` This is my first paragraph. `</p>` <br>
284
-
`<p>` This is my second paragraph. `</p>` <br>
285
-
286
-
The above would look like this:
287
-
288
-
<p> This is my first paragraph. </p>
289
-
<p> This is my second paragraph. </p>
290
-
291
-
- If you want to add a **bulleted list of items**, place your text within the `<li>` tags below. You can copy and paste more bulleted items (items between the `<li>` and `</li>` tags) within the `<ul>` and `</ul>` tags. Make sure you add the `<ul></ul>`.
292
-
293
-
**Example**:
294
-
295
-
```
296
-
<ul>
297
-
<li>add text here</li>
298
-
<li> add text here </li>
299
-
<li> add text here </li>
300
-
</ul>
301
-
```
302
-
303
-
The above would look like this:
304
-
<ul>
305
-
<li>add text here</li>
306
-
<li> add text here </li>
307
-
<li> add text here </li>
308
-
</ul>
309
-
310
-
- To **bold** content, add `<b>` at the beginning of the text you want to bold and add `</b>` at the end of the text you want to bold.
311
-
312
-
**Example**: `<b>` FREE TRIAL `</b>`
313
-
314
-
The above would cause the words FREE TRIAL to be bolded in the description of the offer in the storefront.
315
-
316
-
**FREE TRIAL**
317
-
318
-
- To add **line breaks** between your content, add `<br>` before the content that you want to start on a new line. If you want to leave a space and make sure content starts on a new line, add `<br><br>` before the content.
319
-
320
-
**Example**:
321
-
322
-
This is a text line. `<br>` This is a text line that will start in a new line. `<br><br>` This is a line that will start two lines below.
323
-
324
-
The above would look like this:
325
-
326
-
This is a text line. <br> This is a text line that will start in a new line. <br><br> This is a line that will start two lines below.
327
-
328
-
- If you want to **increase the size of the text**, first choose how large you want the text to be. Use the examples below, and after you've selected the size of the text, add the corresponding `<H*></H*>` tags to the beginning and ending of the text.
329
-
330
-
**Example**:
331
-
332
-
`<h1>`This is heading 1`</h1>` <br>
333
-
`<h2>`This is heading 2`</h2>` <br>
334
-
`<h3>`This is heading 3`</h3>` <br>
335
-
`<h4>`This is heading 4`</h4>` <br>
336
-
`<h5>`This is heading 5`</h5>` <br>
337
-
`<h6>`This is heading 6`</h6>`
338
-
339
-
The above would look like this:
340
-
341
-

342
-
343
269
#### Links
344
270
345
271
-**Privacy Policy** (required): Link to your organization's privacy policy. You are responsible for ensuring your app complies with privacy laws and regulations, and for providing a valid privacy policy
0 commit comments