You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I create that nice table with list of issues? Seems like I'm missing something in the template - package.md, however I just can't figure out what to add / where.
Is there a way how can I define new line i.e. in @return tag?
Actuals:
/**
* Validates if password for new user was populated or not
*
* @issue 1 test desc
*
* @param p_new_user_name User name value to be checked
* @param p_password Password value
*
* @return boolean True / False: If <br> password for new user is missing
*
*/
MD result:
### Parameters
Name | Description
--- | ---
`p_new_user_name` | User name value to be checked
`p_password` | Password value
*return* | boolean True / False: If <br> password for new user is missing
Expected:
### Parameters
Name | Description
--- | ---
`p_new_user_name` | User name value to be checked
`p_password` | Password value
*return* | boolean True / False: If <br> password for new user is missing
The text was updated successfully, but these errors were encountered:
Hi,
How can I create that nice table with list of issues? Seems like I'm missing something in the template - package.md, however I just can't figure out what to add / where.
Is there a way how can I define new line i.e. in @return tag?
Actuals:
MD result:
Expected:
The text was updated successfully, but these errors were encountered: