From a0ac79dba1eaef690076b1c711f34047d97294ac Mon Sep 17 00:00:00 2001 From: Sandeep Mishra <87706790+sandeepmishratech@users.noreply.github.com> Date: Fri, 2 Dec 2022 01:54:55 +0530 Subject: [PATCH] Add HTML Tag reference link (#24) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 177068b..b210e7f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An alternative to `PIXI.Text` that works with PixiJS v5 (both WebGL and Canvas), however, it has some advantages: -* Supports HTML tags for styling such as ``, or ``, as well as `` +* Supports [HTML tags](https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML) for styling such as ``, or ``, as well as `` * Better support for emojis and other HTML layout features, better compatibility with CSS line-height and letter-spacing. Disadvantages: