Skip to content

Bug at --output markdown #208

@Dingsd4

Description

@Dingsd4

When using --output markdown tables are written with separator header and footer.
This is not supported by piped table syntax.

Current (buggy) result:

| -------------------------------------- | ------- | -------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------- | --------- | ------------------- |
| Package                                | Version | License Information Origin | License Expression                                         | License Url                                                | Copyright                                      | Authors   | Package Project Url |
| -------------------------------------- | ------- | -------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------- | --------- | ------------------- |
| NETStandard.Library                    | 2.0.3   | Url                        | https://github.com/dotnet/standard/blob/master/LICENSE.TXT | https://github.com/dotnet/standard/blob/master/LICENSE.TXT | .NET Foundation and Contributors               | Microsoft | https://dot.net/    |
| -------------------------------------- | ------- | -------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------- | --------- | ------------------- |

Expected result:

| Package                                | Version | License Information Origin | License Expression                                         | License Url                                                | Copyright                                      | Authors   | Package Project Url |
| -------------------------------------- | ------- | -------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------- | --------- | ------------------- |
| NETStandard.Library                    | 2.0.3   | Url                        | https://github.com/dotnet/standard/blob/master/LICENSE.TXT | https://github.com/dotnet/standard/blob/master/LICENSE.TXT | .NET Foundation and Contributors               | Microsoft | https://dot.net/    |

PR incoming.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions