plsql-md-doc
plsql-md-doc copied to clipboard
question - issues table, new line
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:
/**
* 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