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

[Enhancement] The markdown template should include the content of the description field #78

Closed
montaropdf opened this issue Oct 3, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@montaropdf
Copy link

Description

The template markdown.j2 miss the description field of the target role. It only include the short_description field content.

Below is a example of the code that could be added to add the content of the description field:

  {% for line in argument_specs[entrypoint].description %}
  {{ line }}
  {% endfor %}

Additional information

No response

@rndmh3ro
Copy link
Collaborator

rndmh3ro commented Oct 4, 2024

See #79.

BTW: you guys should use your own templates. :)

@rndmh3ro rndmh3ro closed this as completed Oct 7, 2024
@montaropdf
Copy link
Author

See #79.

BTW: you guys should use your own templates. :)

I understand, however, as far as I know, there is not a lengthy description of what to expect from the markdown command. So it is easy to find ways for "improvements". ;)

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

No branches or pull requests

2 participants