mrdocs::doc::trim
Removes leading and trailing whitespace from the text elements in the given InlineContainer.
Synopsis
void
trim(InlineContainer& inlines);
Parameters
Name |
Description |
inlines |
The InlineContainer to trim. |
Created with MrDocs