Skip to content

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

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                             |

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfixedIssue has been resolved, awaits testing

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions