analyse_python.find_closing_delimiter_row
convert.analyse_python.find_closing_delimiter_row(fcb_node, start_row)Return the row number of the closing fenced-code delimiter.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| fcb_node | Node | A fenced_code_block node. |
required |
| start_row | int | Row index of the opening fence. | required |
Returns
| Name | Type | Description |
|---|---|---|
| int | Row index of the closing fence line. |