Skip to content

Commit 3335409

Browse files
committed
Remove ⚠️ icon from info callouts.
1 parent a4b67ba commit 3335409

File tree

58 files changed

+63
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+63
-63
lines changed

docs/features/math-equations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you visit a page using MathType with your mobile device, the handwriting inte
5454
## Installation
5555

5656
<info-box info>
57-
⚠️ **New import paths**
57+
**New import paths**
5858

5959
Starting with {@link updating/update-to-42 version 42.0.0}, we changed the format of import paths. This guide uses the new, shorter format. Refer to the {@link getting-started/legacy-getting-started/legacy-imports Packages in the legacy setup} guide if you use an older version of CKEditor&nbsp;5.
6060
</info-box>

docs/features/spelling-and-grammar-checking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The spell and grammar check is compliant with Web Content Accessibility Guidelin
7575
## Installation
7676

7777
<info-box info>
78-
⚠️ **New import paths**
78+
**New import paths**
7979

8080
Starting with {@link updating/update-to-42 version 42.0.0}, we changed the format of import paths. This guide uses the new, shorter format. Refer to the {@link getting-started/legacy-getting-started/legacy-imports Packages in the legacy setup} guide if you use an older version of CKEditor&nbsp;5.
8181
</info-box>

packages/ckeditor5-alignment/docs/features/text-alignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Click inside a paragraph or a header and use the toolbar dropdown {@icon @ckedit
1919
## Installation
2020

2121
<info-box info>
22-
⚠️ **New import paths**
22+
**New import paths**
2323

2424
Starting with {@link updating/update-to-42 version 42.0.0}, we changed the format of import paths. This guide uses the new, shorter format. Refer to the {@link getting-started/legacy-getting-started/legacy-imports Packages in the legacy setup} guide if you use an older version of CKEditor&nbsp;5.
2525
</info-box>

packages/ckeditor5-autoformat/docs/features/autoformat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following {@link features/basic-styles basic styles} inline formatting optio
4747
## Installation
4848

4949
<info-box info>
50-
⚠️ **New import paths**
50+
**New import paths**
5151

5252
Starting with {@link updating/update-to-42 version 42.0.0}, we changed the format of import paths. This guide uses the new, shorter format. Refer to the {@link getting-started/legacy-getting-started/legacy-imports Packages in the legacy setup} guide if you use an older version of CKEditor&nbsp;5.
5353
</info-box>

packages/ckeditor5-autosave/docs/features/autosave.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ How to understand this demo:
3030
## Installation
3131

3232
<info-box info>
33-
⚠️ **New import paths**
33+
**New import paths**
3434

3535
Starting with {@link updating/update-to-42 version 42.0.0}, we changed the format of import paths. This guide uses the new, shorter format. Refer to the {@link getting-started/legacy-getting-started/legacy-imports Packages in the legacy setup} guide if you use an older version of CKEditor&nbsp;5.
3636
</info-box>

packages/ckeditor5-basic-styles/docs/features/basic-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ CKEditor&nbsp;5 allows for typing both at the inner and outer boundaries of code
6666
## Installation
6767

6868
<info-box info>
69-
⚠️ **New import paths**
69+
**New import paths**
7070

7171
Starting with {@link updating/update-to-42 version 42.0.0}, we changed the format of import paths. This guide uses the new, shorter format. Refer to the {@link getting-started/legacy-getting-started/legacy-imports Packages in the legacy setup} guide if you use an older version of CKEditor&nbsp;5.
7272
</info-box>

packages/ckeditor5-block-quote/docs/features/block-quote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Support for nested block quotes is provided as backward compatibility for loadin
3333
## Installation
3434

3535
<info-box info>
36-
⚠️ **New import paths**
36+
**New import paths**
3737

3838
Starting with {@link updating/update-to-42 version 42.0.0}, we changed the format of import paths. This guide uses the new, shorter format. Refer to the {@link getting-started/legacy-getting-started/legacy-imports Packages in the legacy setup} guide if you use an older version of CKEditor&nbsp;5.
3939
</info-box>

packages/ckeditor5-bookmark/docs/features/bookmarks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The bookmarks feature allows for adding and managing the bookmarks anchors attac
1414

1515
Use the bookmark toolbar button {@icon @ckeditor/ckeditor5-icons/theme/icons/bookmark.svg Add bookmark} in the editor below to see the feature in action. Or use the "Insert" command from the menu bar to add a bookmark. Add a unique name to identify the bookmark (for example, `Rights`). You can change the bookmark's name or remove it by clicking the bookmark icon inside the content.
1616

17-
To use the bookmark as an anchor in the content, add a link {@icon @ckeditor/ckeditor5-icons/theme/icons/link.svg Add link} and put the bookmark name as target. In the example below it could be `#Rights`. The link insertion panel will display all bookmarks available in the edited content (see the [Integration with the link feature](#integration-with-the-link-feature) section below).
17+
To use the bookmark as an anchor in the content, add a link {@icon @ckeditor/ckeditor5-icons/theme/icons/link.svg Add link} and put the bookmark name as target. In the example below it could be `#Rights`. The link insertion panel will display all bookmarks available in the edited content (see the [Integration with the link feature](#integration-with-the-link-feature) section below).
1818

1919
{@snippet features/bookmark}
2020

@@ -43,7 +43,7 @@ Bookmarks integrate with {@link features/link links}, providing a smooth linking
4343
## Installation
4444

4545
<info-box info>
46-
⚠️ **New import paths**
46+
**New import paths**
4747

4848
Starting with {@link updating/update-to-42 version 42.0.0}, we changed the format of import paths. This guide uses the new, shorter format. Refer to the {@link getting-started/legacy-getting-started/legacy-imports Packages in the legacy setup} guide if you use an older version of CKEditor&nbsp;5.
4949
</info-box>

packages/ckeditor5-ckbox/docs/features/ckbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can also upload images by dragging them into your content. After you drag an
4949
## Installation
5050

5151
<info-box info>
52-
⚠️ **New import paths**
52+
**New import paths**
5353

5454
Starting with {@link updating/update-to-42 version 42.0.0}, we changed the format of import paths. This guide uses the new, shorter format. Refer to the {@link getting-started/legacy-getting-started/legacy-imports Packages in the legacy setup} guide if you use an older version of CKEditor&nbsp;5.
5555
</info-box>

packages/ckeditor5-ckfinder/docs/features/ckfinder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can use this feature in the rich-text editor in two different ways:
6161
## Installation
6262

6363
<info-box info>
64-
⚠️ **New import paths**
64+
**New import paths**
6565

6666
Starting with {@link updating/update-to-42 version 42.0.0}, we changed the format of import paths. This guide uses the new, shorter format. Refer to the {@link getting-started/legacy-getting-started/legacy-imports Packages in the legacy setup} guide if you use an older version of CKEditor&nbsp;5.
6767
</info-box>

0 commit comments

Comments
 (0)