-
Notifications
You must be signed in to change notification settings - Fork 601
Make pod2html remove leading whitespace from literal blocks #18031
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
Make pod2html remove leading whitespace from literal blocks #18031
Conversation
This brings pod2html functionality similar to how Metacpan handles whitespace
deb3afa to
320e353
Compare
|
This is definitely a good addition, one thing to consider is that this turns tabs into spaces as in metacpan/MetaCPAN-Pod-HTML#2 but this is probably not that important for this niche tool. |
f7a8181 to
e93e9f7
Compare
|
@haarg updated the PR to reflect this |
3c167c4 to
64a9a8b
Compare
|
It looks like we also need a version bump on some modules to fix the failing tests, before this can be merged |
|
I bumped the version, and fixed a couple of failing tests. |
|
This is just a ping to see what's next for this PR |
pod2htmlleaves the leading whitespace indentation in the HTML output. This PR removes leading whitespace so the <pre> output has an appropriate level of indentation.This brings pod2html functionality similar to how Metacpan handles whitespace