Нумерованные строки

.repeater-row{
	counter-increment: chapter 1;
}
.w-post-elm.display_table>.repeater>.repeater-row>div:first-child:before {
	content: "Глава "counter(chapter) ": ";
}