analyse_python.find_content_node
convert.analyse_python.find_content_node(fcb_node)Get the content of the code block.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| fcb_node | Node | A fenced_code_block node. |
required |
Returns
| Name | Type | Description |
|---|---|---|
| Node or None | The content node inside the block, or None if there is no content (an empty fenced block). |