Open JThoennes opened 2 years ago
The same applies to the documentation element of a fixr:flow
element.
@donmendelson Just tested it locally. Now the headings appear twice in the Markdown (content meanwhile change a bit...):
## Actors and Flows
### Actor ClientOrderSender
This actor resembles the BLOXX FIX Trading Adapter in Client Order mode. It connects the BLOXX Order Management to the Trading System of the customer.
### Actor ClientOrderSender
### Actor BlockOrderSender
This actor resembles the BLOXX FIX Trading Adapter in Block Order mode. It connects the BLOXX Order Management to the Trading System of the customer.
### Actor BlockOrderSender
### Actor TradingSystem
Thanks for the prompt commit!
@donmendelson I think my second PR solves this issue. But a test is missing.
is rendered in Markdown as:
It seems the
fixr:documentation
contents is added before the related heading.