Skip to content

Commit cff5540

Browse files
committed
Use numbered lists for steps
1 parent 6067198 commit cff5540

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsonschema-hyperschema.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@
968968
</t>
969969
<t>
970970
In English, the high-level algorithm is:
971-
<list>
971+
<list style="numbers">
972972
<t>Populate template variable data from the instance</t>
973973
<t>If input is desired, accept input</t>
974974
<t>Check that all required variables have a value</t>
@@ -1003,7 +1003,7 @@ R = rfc6570ResolutionAlgorithm(T, templateData)
10031003
<section title="Populating template data from the instance">
10041004
<t>
10051005
This step looks at various data sources in the instance:
1006-
<list>
1006+
<list style="numbers">
10071007
<t>Use "templatePointers" to find values where appropriate</t>
10081008
<t>Look in the immediate instance for remaining values</t>
10091009
<t>
@@ -1041,7 +1041,7 @@ for varname in T:
10411041
and some will not.
10421042
</t>
10431043
<t>
1044-
<list>
1044+
<list style="numbers">
10451045
<t>Figure out which variables can accept input</t>
10461046
<t>
10471047
Pre-populate the input data set if the template resolution data

0 commit comments

Comments
 (0)