Skip to content

Commit 35ae13c

Browse files
committed
fix HTML parsing issue of documentation special characters
1 parent efd13ca commit 35ae13c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

documentation.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@
12661266
"description": |-
12671267
Randomly create "n" turtles of the given breed within
12681268
the given VectorFeature and for each agent variable
1269-
(as defined in <breeds>-own), if there is a property with the same
1269+
(as defined in `<breeds>-own`), if there is a property with the same
12701270
name in the dataset, set that variable's value to be the value of
12711271
that property. Finally, execute any commands in the optional
12721272
command block. To use generic turtles as the chosen breed, simply
@@ -1666,9 +1666,7 @@
16661666
16671667
16681668
For example, the two polygons x and y shown here:
1669-
<center>
1670-
<img alt="" src="images/intersecting-polygons.png">
1671-
</center>
1669+
<img alt="" src="images/intersecting-polygons.png">
16721670
16731671
have the following DE-9IM matrix:
16741672
<table width="50%" border="1" style="text-align: center; margin: 0 auto;" align="center">

0 commit comments

Comments
 (0)