From 31db6b61e7127a9a7882c2a67aca19b65f43603d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sat, 16 Feb 2019 17:36:33 +0000 Subject: [PATCH] Fix code-block syntax. --- docs/docs/extras/advanced-migration.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/docs/extras/advanced-migration.rst b/docs/docs/extras/advanced-migration.rst index 5053770..948fccc 100644 --- a/docs/docs/extras/advanced-migration.rst +++ b/docs/docs/extras/advanced-migration.rst @@ -4,12 +4,10 @@ Advanced Migration In quickstart we saw you can import comments from Disqus or WordPress. But there are a many other comments system and you could be using one of them. -Isso provides a way to import such comments, however it's up to you to : +Isso provides a way to import such comments, however it's up to you to to: - dump comments -- fit the data to the following JSON format - -.. code-block:: +- fit the data to the following JSON format:: A list of threads, each item being a dict with the following data: @@ -33,6 +31,7 @@ Isso provides a way to import such comments, however it's up to you to : Example: .. code-block:: json + [ { "id": "/blog/article1",