Skip to content

Commit f5ca4b7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/marketplace/partner-center-portal/includes/long-description-html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use HTML tags to format your description so it is more engaging. Most tags requi
2626
| Bold | `<b> & </b>` | `<b>`Example`</b>`: Free trial | **Example**: Free trial |
2727
| Italics | `<i> & </i>` | Select the `<i>`first`</i>` row. | Select the *first* row. |
2828
| 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> |
29+
| Paragraphs | `<p> & </p>` | `<p>`This is my first paragraph.`</p>`<br>`<p>`This is my second paragraph.`</p>` | <p>This is my first paragraph.</p><p>This is my second paragraph.</p> |
3030
| 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 |
3131
| 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 |
3232
| 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 |

0 commit comments

Comments
 (0)