Skip to content

Commit 27546a6

Browse files
committed
Correcting loss of rich text editor
1 parent b97b624 commit 27546a6

File tree

3 files changed

+56
-33
lines changed

3 files changed

+56
-33
lines changed

articles/marketplace/partner-center-portal/create-azure-container-offer.md

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -145,40 +145,9 @@ A more detailed description of your offer. This can be up to 256 characters long
145145

146146
### Description
147147

148-
Provide a longer description of your offer, up to 3,000 characters. This is displayed to customers in the marketplace listing overview.
148+
[!INCLUDE [Long description](./includes/long-description.md)]
149149

150-
Include one or more of the following in your description:
151-
152-
- The value and key benefits your offer provides
153-
- Category or industry associations, or both
154-
- In-app purchase opportunities
155-
- Any required disclosures
156-
157-
Here are some tips for writing your description:
158-
159-
- Clearly describe the value of your offer in the first few sentences of your description. Include the following items:
160-
- Description of the offer.
161-
- The type of user that benefits from the offer
162-
- Customer needs or issues the offer addresses.
163-
- Remember that the first few sentences might be displayed in search results.
164-
- Don't rely on features and functionality to sell your product. Instead, focus on the value your offer provides.
165-
- Try to use industry-specific vocabulary or benefit-based wording.
166-
167-
To make your offer **description** more engaging, use the rich text editor, to format your description. with numbering, bullets, bold, italics, and indents to make your description more readable.
168-
169-
:::image type="content" source="media/text-editor2.png" alt-text="Illustrates the rich text editor." border="false" :::
170-
171-
- Use this drop-down to apply a paragraph style to text.
172-
173-
:::image type="content" source="media/text-editor3.png" alt-text="Illustrates the text style control in the rich text editor." border="false":::
174-
175-
- Use these icons to apply numbering or bullets to text.
176-
177-
:::image type="content" source="media/text-editor4.png" alt-text="Illustrates the bulleted and number list controls in the rich text editor." border="false":::
178-
179-
- Use these icons to add or remove indentation to or from text.
180-
181-
:::image type="content" source="media/text-editor5.png" alt-text="Illustrates the indentation controls in the rich text editor." border="false":::
150+
[!INCLUDE [Long description html](./includes/long-description-html.md)]
182151

183152
#### Privacy policy link
184153

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: include file
3+
description: file
4+
author: anbene
5+
ms.author: mingshen
6+
ms.service: marketplace
7+
ms.subservice: partnercenter-marketplace-publisher
8+
ms.topic: conceptual
9+
ms.date: 05/18/2020
10+
---
11+
12+
Here are some tips for writing your description:
13+
14+
- Clearly describe the value of your offer in the first few sentences of your description, including:
15+
- Description of the offer.
16+
- The type of user who benefits from the offer
17+
- Customer needs or issues the offer addresses.
18+
- Remember that the first few sentences might be displayed in search results.
19+
- Don't rely on features and functionality to sell your product; focus on the value your offer provides.
20+
- Use industry-specific vocabulary or benefit-based wording.
21+
22+
Use HTML tags to format your description so it is more engaging. Most tags require both an opening and closing component, as shown below.
23+
24+
| To do this | Use | Like this | To get this |
25+
| --- | --- | --- | --- |
26+
| Bold | `<b> & </b>` | `<b>`Example`</b>`: Free trial | **Example**: Free trial |
27+
| Italics | `<i> & </i>` | Select the `<i>`first`</i>` row. | Select the *first* row. |
28+
| New line | `<br>` | This is my first line.`<br>`This is my second line. | This is my first line.<br>This is my second line. |
29+
| Paragraphs | `<p> & </p>` | `<p>`This is my first paragraph.`</p>`<br>`<p>`This is my second paragraph.`</p>` | This is my first paragraph.<p>This is my second paragraph.</p> |
30+
| Bullets | `<ul> & </ul>, <li> & </li>` | `<ul>`<br>`<li>`Your bullet item`</li>`<br>`<li>`Your bullet item`</li>`<br>`<li>`Your bullet item`</li>`<br>`</ul>` | • Your bullet item<br>• Your bullet item<br>• Your bullet item |
31+
| Numbering | `<ol> & </ol>, <li> & </li>` | `<ol>`<br>`<li>`Your numbered item`</li>`<br>`<li>`Your numbered item`</li>`<br>`<li>`Your numbered item`</li>`<br>`</ol>` | 1. Your numbered item<br>2. Your numbered item<br>3. Your numbered item |
32+
| New line without new number (or bullet) | `<ol> & </ol>, <li> & </li>, <br>` | `<ol>`<br>`<li>`add text here`</li>`<br>`<li>`add text here`<br>`add text here`</li>`<br>`</ol>` | 1. add text here<br>2. add text here<br>&nbsp;&nbsp;&nbsp;&nbsp;add text here |
33+
| New paragraph without new number (or bullet) | `<ol> & </ol>, <li> & </li>, <br>` | `<ol>`<br>`<li>`add text here`</li>`<br>`<li>`add text here`<br><br>`add text here`</li>`<br>`</ol>` | 1. add text here<br>2. add text here<p>&nbsp;&nbsp;&nbsp;&nbsp;add text here |
34+
| Use headings | `<h1> & </h1>, <h2> & </h2>`, up to `<h6> & </h6>` | `<h1>`This is heading 1`</h1>`<br>`<h2>`This is heading 2`</h2>`<br>`<h3>`This is heading 3`</h3>` | **<font size="+3">This is heading 1</font>**<br>**<font size="+2">This is heading 2</font>**<br>**<font size="+1">This is heading 3</font>** |
35+
| | | |
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: include file
3+
description: file
4+
author: anbene
5+
ms.author: mingshen
6+
ms.service: marketplace
7+
ms.subservice: partnercenter-marketplace-publisher
8+
ms.topic: conceptual
9+
ms.date: 05/18/2020
10+
---
11+
12+
Provide a longer description of your offer, up to 3,000 characters. Customers will see this in the marketplace listing overview.
13+
14+
Include one or more of the following in your description:
15+
16+
- The value and key benefits of your offer
17+
- Category and/or industry associations
18+
- In-app purchase opportunities
19+
- Any required disclosures

0 commit comments

Comments
 (0)