Skip to content

question - issues table, new line #70

@pocelka

Description

@pocelka

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions