Skip to content

[orchestra2md] Redundant newline for conversion of DC terms #67

@kleihan

Description

@kleihan

DC terms table is not created correctly in Tablature v1.0.2. The values of the meta-data elements are created as new lines in markdown instead of continuing on the same line as the element name. The resulting table cannot be rendered correctly, e.g. by Pandoc.

| Term        | Value                                                             |
|-------------|-------------------------------------------------------------------|
| title       | 
            FIX.Latest_EP272                                     |
| created     | 
            2022-08-15T16:15:49.035692                           |
| date        | 
            2022-08-04T15:17:49Z                                 |
| rights      | 
            Copyright (c) FIX Protocol Ltd. All Rights Reserved. |
| conformsTo  | 
            Orchestra v1.0                                       |
| source      | 
            FIX Unified Repository 2010 Edition                  |
| contributor | playlist
                                                         |
| date        | 2022-09-05T18:39:31.877Z
                                         |

The table should be created as follows in markdown:

| Term        | Value                                                |
|-------------|------------------------------------------------------|
| title       | FIX.Latest_EP272                                     |
| created     | 2022-08-15T16:15:49.035692                           |
| date        | 2022-08-04T15:17:49Z                                 |
| rights      | Copyright (c) FIX Protocol Ltd. All Rights Reserved. |
| conformsTo  | Orchestra v1.0                                       |
| source      | FIX Unified Repository 2010 Edition                  |
| contributor | playlist                                             |
| date        | 2022-09-05T18:39:31.877Z                             |

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfixedIssue has been resolved, awaits testing

Type

No type
No fields configured for issues without a type.

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions