Skip to content

Commit 0a67775

Browse files
Openblocks-docsgitbook-bot
Openblocks-docs
authored andcommitted
GitBook: [#66] No subject
1 parent 399d119 commit 0a67775

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/build-apps/use-third-party-libraries.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,13 @@ Openblocks supports setting up preloaded JavaScript and libraries which can be *
5858
{% endhint %}
5959

6060
\
61-
Now let's take **cowsay** as an example and import it on app-level and workspace-level.
61+
Now let's take [<mark style="color:blue;">**cowsay**</mark>](https://github.com/piuccio/cowsay) as an example and import it on app-level and workspace-level.
6262

63-
* GitHub page: [https://github.com/piuccio/cowsay](https://github.com/piuccio/cowsay)
64-
* Library link: [https://unpkg.com/cowsay@1.5.0/build/cowsay.umd.js](https://unpkg.com/cowsay@1.5.0/build/cowsay.umd.js)
63+
Library link:
64+
65+
```url
66+
https://unpkg.com/cowsay@1.5.0/build/cowsay.umd.js
67+
```
6568

6669
### Import on App-level
6770

0 commit comments

Comments
 (0)