0.0.2 • Published 3 years ago

honkit-plugin-encode-link-round-with-angle-brackets v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Honkit Plugin Encode Link Round With Angle Brackets

English | 简体中文

Encode url in link that round with angle brackets.

Before encode(url with space and round brackets may cause issue when honkit parse it):

![](<.gitbook/assets/image (1).png>)

After encode:

![](.gitbook/assets/image%20%281%29.png)

Generated html:

<p><img src=".gitbook/assets/image%20%281%29.png" alt></p>

NPM

npm install honkit-plugin-encode-link-round-with-angle-brackets

Configuration

No config.

License

Apache 2.0