Skip to content

update_section

Source

Hook for updating a section of a document.

Inputs

Name Type Default Required Description
document str True Path to a document to render a section of.
content str True A string to update within the section of the document
start_render str --start-- True Marker generally in some kind of comment to begin rendering from.
end_render str --end-- True Marker generally in some kind of comment to end rendering from.

Arguments

Position Argument Type
1 document str
2 content str
3 start_render str
4 end_render str

Returns

None