-[](http://search.maven.org/#search|ga|1|g%3A%22ru.noties.markwon%22%20)
+[](http://search.maven.org/#search|ga|1|g%3A%22io.noties.markwon%22%20)
[](https://travis-ci.org/noties/Markwon)
**Markwon** is a markdown library for Android. It parses markdown following
@@ -27,17 +27,17 @@ listed in are supported (including support for *
* Strong emphasis (`**`, `__`)
* Headers (`#{1,6}`)
* Links (`[]()` && `[][]`)
-* [Images](/docs/v3/core/images.md)
+* [Images](/docs/v4/image/)
* Thematic break (`---`, `***`, `___`)
* Quotes & nested quotes (`>{1,}`)
* Ordered & non-ordered lists & nested ones
* Inline code
* Code blocks
-* [Strike-through](/docs/v3/ext-strikethrough/) (`~~`)
-* [Tables](/docs/v3/ext-tables/) (*with limitations*)
-* [Syntax highlight](/docs/v3/syntax-highlight/)
-* [LaTeX](/docs/v3/ext-latex/) formulas
-* [HTML](/docs/v3/html/)
+* [Strike-through](/docs/v4/ext-strikethrough/) (`~~`)
+* [Tables](/docs/v4/ext-tables/) (*with limitations*)
+* [Syntax highlight](/docs/v4/syntax-highlight/)
+* [LaTeX](/docs/v4/ext-latex/) formulas
+* [HTML](/docs/v4/html/)
* Emphasis (``, ``, ``, ``)
* Strong emphasis (``, ``)
* SuperScript (``)
@@ -49,9 +49,9 @@ listed in are supported (including support for *
* Images (`img` will require configured image loader)
* Blockquote (`blockquote`)
* Heading (`h1`, `h2`, `h3`, `h4`, `h5`, `h6`)
- * there is support to render any HTML tag, but it will require to create a special `TagHandler`,
- more information can be found in [HTML section](/docs/v3/core/html-renderer.md)
-* [Task lists](/docs/v3/ext-tasklist/):
+ * there is support to render any HTML/XML tag, but it will require to create a special `TagHandler`,
+ more information can be found in [HTML section](/docs/v4/html/#taghandler)
+* [Task lists](/docs/v4/ext-tasklist/):
Not done
Done with X
diff --git a/docs/docs/v3/ext-tables/README.md b/docs/docs/v3/ext-tables/README.md
index 8c75fc21..49282a05 100644
--- a/docs/docs/v3/ext-tables/README.md
+++ b/docs/docs/v3/ext-tables/README.md
@@ -56,7 +56,7 @@ myTableWidget.setTable(table);
:::tip
To take advantage of this functionality and render tables without limitations (including
-horizontally scrollable layout when its contents exceed screen width), refer to [recycler-table](/docs/v3/recycler-table/)
+horizontally scrollable layout when its contents exceed screen width), refer to [recycler-table](/docs/v4/recycler-table/)
module documentation that adds support for rendering `TableBlock` markdown node inside Android-native `TableLayout` widget.
:::
diff --git a/docs/docs/v4/ext-tables/README.md b/docs/docs/v4/ext-tables/README.md
index 04df9c5e..403cdb92 100644
--- a/docs/docs/v4/ext-tables/README.md
+++ b/docs/docs/v4/ext-tables/README.md
@@ -56,7 +56,7 @@ myTableWidget.setTable(table);
:::tip
To take advantage of this functionality and render tables without limitations (including
-horizontally scrollable layout when its contents exceed screen width), refer to [recycler-table](/docs/v3/recycler-table/)
+horizontally scrollable layout when its contents exceed screen width), refer to [recycler-table](/docs/v4/recycler-table/)
module documentation that adds support for rendering `TableBlock` markdown node inside Android-native `TableLayout` widget.
:::
diff --git a/docs/docs/v4/migration-3-4.md b/docs/docs/v4/migration-3-4.md
deleted file mode 100644
index 8dd6bc5d..00000000
--- a/docs/docs/v4/migration-3-4.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# Migration 3.x.x -> 4.x.x
-
-* maven group-id is changed: `io.noties.markwon` (was `ru.noties.markwon`)
-* root package-name is changed: `io.noties.markwon` (was `ru.noties.markwon`)
-* `androidx` packages
-
-todo
\ No newline at end of file
diff --git a/docs/docs/v4/recycler-table/README.md b/docs/docs/v4/recycler-table/README.md
index 1841e832..b8d9c193 100644
--- a/docs/docs/v4/recycler-table/README.md
+++ b/docs/docs/v4/recycler-table/README.md
@@ -2,7 +2,7 @@
-Artifact that provides [MarkwonAdapter.Entry](/docs/v3/recycler/) to render `TableBlock` inside
+Artifact that provides [MarkwonAdapter.Entry](/docs/v4/recycler/) to render `TableBlock` inside
Android-native `TableLayout` widget.
diff --git a/docs/docs/v4/recycler/README.md b/docs/docs/v4/recycler/README.md
index 2273915e..175d333c 100644
--- a/docs/docs/v4/recycler/README.md
+++ b/docs/docs/v4/recycler/README.md
@@ -149,5 +149,5 @@ parsed only once and each subsequent adapter binding call will reuse previously
:::tip Tables
There is a standalone artifact that adds support for displaying markdown tables
-natively via `TableLayout`. Please refer to its [documentation](/docs/v3/recycler-table/)
+natively via `TableLayout`. Please refer to its [documentation](/docs/v4/recycler-table/)
:::
\ No newline at end of file