Closed nik0lai closed 6 years ago
Now the textual items handling is being done using linebreaks as anchors. This is too context sensible. Instead, create placeholders:
[item_start] [item_end]
To better handle items and add linebreaks through the code. This also will make the code more adaptable to create new items.
dealt with on commit https://github.com/gorkang/R_conditions_creation/commit/42e8e5a922710fa2f56c2e42d29fa5899270caa4
Now the textual items handling is being done using linebreaks as anchors. This is too context sensible. Instead, create placeholders:
To better handle items and add linebreaks through the code. This also will make the code more adaptable to create new items.