diff --git a/website/public/images/displacy-long2.html b/website/docs/images/displacy-long2.html
similarity index 100%
rename from website/public/images/displacy-long2.html
rename to website/docs/images/displacy-long2.html
diff --git a/website/docs/usage/101/_named-entities.mdx b/website/docs/usage/101/_named-entities.mdx
index 9ae4134d8..da43c0ddd 100644
--- a/website/docs/usage/101/_named-entities.mdx
+++ b/website/docs/usage/101/_named-entities.mdx
@@ -31,8 +31,6 @@ for ent in doc.ents:
Using spaCy's built-in [displaCy visualizer](/usage/visualizers), here's what
our example sentence and its named entities look like:
-
+
+
Apple ORG is looking at buying U.K. GPE startup for $1 billion MONEY
+
diff --git a/website/docs/usage/101/_pos-deps.mdx b/website/docs/usage/101/_pos-deps.mdx
index bedb6ce2c..db1e12885 100644
--- a/website/docs/usage/101/_pos-deps.mdx
+++ b/website/docs/usage/101/_pos-deps.mdx
@@ -56,8 +56,7 @@ for token in doc:
Using spaCy's built-in [displaCy visualizer](/usage/visualizers), here's what
our example sentence and its dependencies look like:
-
diff --git a/website/docs/usage/linguistic-features.mdx b/website/docs/usage/linguistic-features.mdx
index a58e8a241..47259ce15 100644
--- a/website/docs/usage/linguistic-features.mdx
+++ b/website/docs/usage/linguistic-features.mdx
@@ -290,10 +290,9 @@ for token in doc:
| toward | `prep` | shift | `NOUN` | manufacturers |
| manufacturers | `pobj` | toward | `ADP` | |
-
Because the syntactic relations form a tree, every word has **exactly one
@@ -709,11 +708,9 @@ doc = nlp(text)
displacy.serve(doc, style="ent")
```
-
+
+
When Sebastian Thrun PERSON started working on self-driving cars at Google ORG in 2007 DATE, few people outside of the company took him seriously.
+
## Entity Linking {id="entity-linking"}
diff --git a/website/docs/usage/rule-based-matching.mdx b/website/docs/usage/rule-based-matching.mdx
index d01107ea2..e5b98da3a 100644
--- a/website/docs/usage/rule-based-matching.mdx
+++ b/website/docs/usage/rule-based-matching.mdx
@@ -1144,10 +1144,9 @@ relations and tokens we want to match:
> displacy.serve(doc)
> ```
-
The relations we're interested in are:
diff --git a/website/docs/usage/saving-loading.mdx b/website/docs/usage/saving-loading.mdx
index aad8ea353..26f59750b 100644
--- a/website/docs/usage/saving-loading.mdx
+++ b/website/docs/usage/saving-loading.mdx
@@ -586,11 +586,9 @@ After installing the package, the custom colors will be used when visualizing
text with `displacy`. Whenever the label `SNEK` is assigned, it will be
displayed in `#3dff74`.
-
+
+
+
## Additional features and improvements
diff --git a/website/docs/usage/visualizers.mdx b/website/docs/usage/visualizers.mdx
index e73c4a16a..2905ba2bd 100644
--- a/website/docs/usage/visualizers.mdx
+++ b/website/docs/usage/visualizers.mdx
@@ -119,11 +119,9 @@ doc = nlp(text)
displacy.serve(doc, style="ent")
```
-
+
+
When Sebastian Thrun PERSON started working on self-driving cars at Google ORG in 2007 DATE, few people outside of the company took him seriously.
+
The entity visualizer lets you customize the following `options`:
@@ -148,11 +146,9 @@ use the `colors` setting to add your own colors for them.
> displacy.serve(doc, style="ent", options=options)
> ```
-
+
+
But Google ORG is starting from behind. The company made a late push into hardware, and Apple ORG’s Siri, available on iPhones, and Amazon ORG’s Alexa software, which runs on its Echo and Dot devices, have clear leads in consumer adoption.
+
The above example uses a little trick: Since the background color values are
added as the `background` style attribute, you can use any
@@ -197,11 +193,9 @@ doc.spans["sc"] = [
displacy.serve(doc, style="span")
```
-
+
+
Welcome to the BankORGof ChinaGPE.
+
The span visualizer lets you customize the following `options`:
@@ -223,11 +217,9 @@ specify which one displaCy should use with `spans_key` (`sc` is the default).
> displacy.serve(doc, style="span", options=options)
> ```
-
+
+
Welcome to the BankBANKof China.
+
## Using displaCy in Jupyter notebooks {id="jupyter"}
diff --git a/website/public/images/displacy-dep-founded.html b/website/public/images/displacy-dep-founded.svg
similarity index 100%
rename from website/public/images/displacy-dep-founded.html
rename to website/public/images/displacy-dep-founded.svg
diff --git a/website/public/images/displacy-ent-custom.html b/website/public/images/displacy-ent-custom.html
deleted file mode 100644
index 5da472fdb..000000000
--- a/website/public/images/displacy-ent-custom.html
+++ /dev/null
@@ -1,80 +0,0 @@
-
But
- Google
- ORGis starting from behind. The company made a late push into hardware, and
- Apple
- ORG’s Siri, available on iPhones, and
- Amazon
- ORG’s Alexa software, which runs on its Echo and Dot devices, have clear leads in consumer
- adoption.
- When
-
- Sebastian Thrun
- PERSON
-
- started working on self-driving cars at
-
- Google
- ORG
-
- in
-
- 2007
- DATE
-
- , few people outside of the company took him seriously.
-
diff --git a/website/public/images/displacy-long.html b/website/public/images/displacy-long.svg
similarity index 100%
rename from website/public/images/displacy-long.html
rename to website/public/images/displacy-long.svg
diff --git a/website/public/images/displacy-long2.svg b/website/public/images/displacy-long2.svg
new file mode 100644
index 000000000..c428bd2cb
--- /dev/null
+++ b/website/public/images/displacy-long2.svg
@@ -0,0 +1,212 @@
+
diff --git a/website/public/images/displacy-span-custom.html b/website/public/images/displacy-span-custom.html
deleted file mode 100644
index 10cb6dd2d..000000000
--- a/website/public/images/displacy-span-custom.html
+++ /dev/null
@@ -1,84 +0,0 @@
-
- Welcome to the
-
- Bank
-
-
-
-
- BANK
-
-
-
-
- of
-
-
-
-
- China
-
-
-
-
- .
-