Fix incorrectly initialized codeblock
in IdentMap-documentation
This commit is contained in:
parent
cd01eb433a
commit
6238f14574
|
@ -30,7 +30,7 @@ The format is flexible enough to support other arbitrary data to assist you in m
|
||||||
|
|
||||||
The parser will ignore all nodes other than the "primary_id" and "alternate_ids" nodes, allowing you to use them for whatever you want.
|
The parser will ignore all nodes other than the "primary_id" and "alternate_ids" nodes, allowing you to use them for whatever you want.
|
||||||
|
|
||||||
The original IdentMap format is still supported:
|
The original IdentMap format is still supported::
|
||||||
|
|
||||||
{
|
{
|
||||||
'2': '1',
|
'2': '1',
|
||||||
|
|
Loading…
Reference in New Issue