Fix code-block syntax.
This commit is contained in:
parent
8c82ffde9f
commit
31db6b61e7
@ -4,12 +4,10 @@ Advanced Migration
|
|||||||
In quickstart we saw you can import comments from Disqus or WordPress. But there
|
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.
|
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
|
- dump comments
|
||||||
- fit the data to the following JSON format
|
- fit the data to the following JSON format::
|
||||||
|
|
||||||
.. code-block::
|
|
||||||
|
|
||||||
A list of threads, each item being a dict with the following data:
|
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:
|
Example:
|
||||||
|
|
||||||
.. code-block:: json
|
.. code-block:: json
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"id": "/blog/article1",
|
"id": "/blog/article1",
|
||||||
|
Loading…
Reference in New Issue
Block a user