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

patch bullet list rendering for clap_mangen #5114

Closed
wants to merge 3 commits into from
Closed

patch bullet list rendering for clap_mangen #5114

wants to merge 3 commits into from

Conversation

microcassidy
Copy link

temporary fix for clap_mangen not rendering bullet lists correctly

image

Related Issues

GNUmakefile Show resolved Hide resolved
@microcassidy
Copy link
Author

microcassidy commented Jul 26, 2023

Not an issue with clap_mangen. Someone should verify but the section that @sylvestre referred to that isn't being parsed correctly is completed by the help_section proc macro and our own parser for markdown. This should probably be fixed up instead of using my quick fix.

> rg test.md
src/uu/test/src/test.rs
25:const ABOUT: &str = help_about!("test.md");
39:const AFTER_HELP: &str = help_section!("after help", "test.md");

Related Files

proc macro

  • src/uucore_procs/src/lib.rs
    parser:
  • src/uuhelp_parser/src/lib.rs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Markdown is not converted to ROFF for man pages
3 participants