From 9d02e26572ee3a46d2ed77a493b2ef0cb02fbca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Sun, 10 Dec 2023 20:00:42 +0100 Subject: [PATCH] Add link to blogpost. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b22853..62d239a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A [Kramdown][] parser and converter to convert documents into [prismic][] rich t A useful usage is to convert markdown documents to prismic for [import purpose][prismic-import]. Then you can even convert prismic format back to markdown. +[Learn more how to import markdown document to Prismic](https://2metz.fr/blog/import-markdown-into-prismic/). + ## Status The converter part (kramdown to prismic) is working and fairly complete. See *Difference between markdown and rich text* below to know more about limitations.