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

Fix man page formatting. #1243

Merged
merged 1 commit into from
Oct 12, 2022
Merged

Conversation

pghvlaans
Copy link
Contributor

Description

  • The new markdown-based man page was being rendered without the .TH metadata by pandoc-2.19.2, which resulted in line breaks and other formatting not appearing in the final product. To fix this, add % statements with the original title and date and run pandoc with options --standalone -f markdown -t man man.md. The instructions in README.md have also been updated to that effect.
  • Only the man page is affected.
  • I rebuilt conky and verified the formatting of the man page.
  • Here are screenshots of the current and fixed man pages:
    man-page-before
    man-page-after

@netlify
Copy link

netlify bot commented Oct 12, 2022

Deploy Preview for conkyweb ready!

Name Link
🔨 Latest commit 28484a0
🔍 Latest deploy log https://app.netlify.com/sites/conkyweb/deploys/6346ba076f22b6000927b448
😎 Deploy Preview https://deploy-preview-1243--conkyweb.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@github-actions github-actions bot added the documentation Issue or PR that suggests documentation improvements label Oct 12, 2022
@brndnmtthws
Copy link
Owner

Very lovely, thanks for catching this!

@brndnmtthws brndnmtthws merged commit 4473af9 into brndnmtthws:main Oct 12, 2022
@pghvlaans pghvlaans deleted the man-page-fix branch September 14, 2024 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issue or PR that suggests documentation improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants