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

Bug in selecting parameters section if last subsection last parameters table #122

Open
barthez opened this issue Jan 10, 2025 · 0 comments
Assignees
Labels

Comments

@barthez
Copy link

barthez commented Jan 10, 2025

When re-running the script, the content of the last section is repeated whenever it does not contain a parameters table.

## @section my section
## @descriptionStart
## My description
## @descriptionEnd
## @param my_param My param
my_params: {}

## @section my other section
## @descriptionStart
## My other description
## @descriptionEnd
## @skip my_other_param
my_other_params: {}

This results in "My other description" being added to the end of the readme file every time I re-run the script.

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

No branches or pull requests

2 participants