* Adds the operating system-specific end-of-line marker to the buffer * * @returns {Summary} summary instance
()
| 19663 | /** |
| 19664 | * Wraps content in an HTML tag, adding any HTML attributes |
| 19665 | * |
| 19666 | * @param {string} tag HTML tag to wrap |
| 19667 | * @param {string | null} content content within the tag |
| 19668 | * @param {[attribute: string]: string} attrs key-value list of HTML attributes to add |
| 19669 | * |
| 19670 | * @returns {string} content wrapped in HTML element |
no test coverage detected