Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function to convert leading whitespace characters to   #170

Closed
mstackhouse opened this issue Dec 19, 2023 · 0 comments · Fixed by #171
Closed

Function to convert leading whitespace characters to   #170

mstackhouse opened this issue Dec 19, 2023 · 0 comments · Fixed by #171
Assignees
Labels
enhancement New feature or request

Comments

@mstackhouse
Copy link
Contributor

When creating HTML tables, whitespace gets trimmed within displays. This can be prevented by replacing whitespace with  . This would be a helper function that targets only leading whitespace to convert characters as necessary and preserve things like indentation within the display.

@mstackhouse mstackhouse added the enhancement New feature or request label Dec 19, 2023
@mstackhouse mstackhouse self-assigned this Dec 19, 2023
mstackhouse added a commit that referenced this issue Dec 19, 2023
@asbates asbates linked a pull request Dec 20, 2023 that will close this issue
9 tasks
asbates added a commit that referenced this issue Dec 20, 2023
Introduce `replace_leading_whitespace()` for #170
@asbates asbates closed this as completed Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants