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

Allow text between header and module content #7

Open
DocSkellington opened this issue Oct 9, 2023 · 0 comments · May be fixed by #9
Open

Allow text between header and module content #7

DocSkellington opened this issue Oct 9, 2023 · 0 comments · May be fixed by #9
Assignees
Labels
enhancement New feature or request

Comments

@DocSkellington
Copy link
Owner

For now, the output is only the section's title and the content generated from the JSON document. It should be possible to add an user-defined text between the two. Moreover, it should be an instance of cvbuilder.modules.Description. For instance,

module = ModuleName(section="Example", description=Description("This is an example of a text between the section's title and the content."))

produces a section called Example, followed by the context-appropriate representation of the description. Finally, the module's main content is produced.

@DocSkellington DocSkellington added the enhancement New feature or request label Oct 9, 2023
@DocSkellington DocSkellington self-assigned this Oct 9, 2023
@DocSkellington DocSkellington linked a pull request Oct 15, 2023 that will close this issue
@DocSkellington DocSkellington linked a pull request Oct 15, 2023 that will close this issue
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.

1 participant