Skip to content

Commit 715d3dc

Browse files
committed
Docs: Highlight important info in tutorials.
1 parent ff99c11 commit 715d3dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorials/widgets/implementing-a-block-widget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ npm run dev
821821

822822
If you want to use the editor from CDN, you can adapt this tutorial by following these steps.
823823

824-
First, clone the repository the same way as before. But do not install the dependencies. Instead, open the `index.html` file and add the following tags:
824+
First, clone the repository the same way as before. **But do not install the dependencies.** Instead, open the `index.html` file and add the following tags:
825825

826826
```html
827827
<!DOCTYPE html>

docs/tutorials/widgets/implementing-an-inline-widget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ npm run dev
633633

634634
If you want to use the editor from CDN, you can adapt this tutorial by following these steps.
635635

636-
First, clone the repository the same way as before. But do not install the dependencies. Instead, open the `index.html` file and add the following tags:
636+
First, clone the repository the same way as before. **But do not install the dependencies.** Instead, open the `index.html` file and add the following tags:
637637

638638
```html
639639
<!DOCTYPE html>

0 commit comments

Comments
 (0)