We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
fmulero
No branches or pull requests
When re-running the script, the content of the last section is repeated whenever it does not contain a parameters table.
This results in "My other description" being added to the end of the readme file every time I re-run the script.
The text was updated successfully, but these errors were encountered: