Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance wordWrap with HTML tags for line breaks
Added HTML tags to the `wordWrap` method to ensure proper line breaks using `<br>` instead of newline characters. This change improves the rendering of wrapped text in HTML contexts by enclosing the output in `<html>` tags.
- Loading branch information