Skip to content

[orchestra2md] Actor and Flow documentation content is added before the Markdown heading #71

@JThoennes

Description

@JThoennes
    <fixr:actors>
        <fixr:actor name="TradingAdapter">
            <fixr:annotation>
                <fixr:documentation contentType="text/markdown">This actor connects the BLOXX Order Management to the Trading System of the customer.</fixr:documentation>
            </fixr:annotation>
        </fixr:actor>
        <fixr:actor name="TradingSystem">
            <fixr:annotation>
                <fixr:documentation contentType="text/markdown">This is the customers Trading System receiving orders from the Trading Adapter and sending executions back.</fixr:documentation>
            </fixr:annotation>
        </fixr:actor>
    </fixr:actors>

is rendered in Markdown as:

## Actors and Flows

This actor connects the BLOXX Order Management to the Trading System of the customer.

### Actor TradingAdapter

This is the customers Trading System receiving orders from the Trading Adapter and sending executions back.

### Actor TradingSystem

It seems the fixr:documentation contents is added before the related heading.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions