summaryrefslogtreecommitdiff
path: root/docs/modules/migrate
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-11-02 23:51:34 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-11-03 04:51:48 -0600
commit510bf8d5decdc1512363dedd07d73222744ae02c (patch)
tree49ccadaa8413204518a8dfea93f810153070f5ac /docs/modules/migrate
parent2570b2b6d2ba9840d3e273c218122375a99e3bc2 (diff)
add link to Kramdown AsciiDoc on the Markdown migration page [skip ci]
Diffstat (limited to 'docs/modules/migrate')
-rw-r--r--docs/modules/migrate/pages/markdown.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/modules/migrate/pages/markdown.adoc b/docs/modules/migrate/pages/markdown.adoc
index 2d19acdd..401df5c8 100644
--- a/docs/modules/migrate/pages/markdown.adoc
+++ b/docs/modules/migrate/pages/markdown.adoc
@@ -4,3 +4,5 @@
Asciidoctor recognizes some Markdown syntax, thus allowing you to migrate from Markdown to AsciiDoc gradually.
See xref:asciidoc::syntax-quick-reference.adoc#markdown-compatibility[Markdown compatibility] to learn what syntax is shared.
The syntax you must change is listed in the table under the xref:asciidoc::asciidoc-vs-markdown.adoc#comparison-by-example[Comparison by example section].
+
+You can use https://github.com/asciidoctor/kramdown-asciidoc[Kramdown AsciiDoc^] to automate the migration from Markdown to AsciiDoc.