diff --git a/Makefile b/Makefile
index ecc8a5a..f8e452f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,5 @@ build: clean test
python3 -m build
html: build
- cp -r img docsrc/
sphinx-build -b html docsrc docs -E -d "docsrc/_doctrees"
touch docs/.nojekyll
diff --git a/README.md b/README.md
index f89363b..f8ac750 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
---
-
+
---
@@ -260,7 +260,7 @@ compare(
returns:
-
+
#### Unrendered table
@@ -548,7 +548,7 @@ returns a file called `page.html` that looks like this:
---
-
+
---
diff --git a/docs/.buildinfo b/docs/.buildinfo
index 6afa309..af91d89 100644
--- a/docs/.buildinfo
+++ b/docs/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 3de047242dee3f7225fa81b5ed3b5ff6
+config: 5f344ed3d9f25b7493b822771d046c51
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/.buildinfo.bak b/docs/.buildinfo.bak
index 60f257a..6afa309 100644
--- a/docs/.buildinfo.bak
+++ b/docs/.buildinfo.bak
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 2ddf295e9ff3c04692b266247e10e999
+config: 3de047242dee3f7225fa81b5ed3b5ff6
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/_modules/index.html b/docs/_modules/index.html
index 339eef4..f8d71cd 100644
--- a/docs/_modules/index.html
+++ b/docs/_modules/index.html
@@ -5,14 +5,14 @@
indifferent analyzes two strings, computes the difference between the two, and prints the results in a variety of formats. It is indifferent to formatting and separators, focusing on the actual content of the strings.
-
+
It can produce results in a variety of forms, from raw unprocessed results to formatted HTML.