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

question - issues table, new line #70

Open
pocelka opened this issue Sep 15, 2017 · 0 comments
Open

question - issues table, new line #70

pocelka opened this issue Sep 15, 2017 · 0 comments

Comments

@pocelka
Copy link

pocelka commented Sep 15, 2017

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 &lt;br&gt; 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant