Links are exported as a dedicated section (ie the field is not part of the field/value table).
Here is the structure:
<heading>$FIELD_NAME</heading>
Artifacts referenced by "$ARTIFACT_TITLE":
| $ARTIFACT_ID | [$ARTIFACT_TITLE]($ARTIFACT_URL) | $LINK_TYPE |
...
Artifacts that reference "$ARTIFACT_TITLE":
| $ARTIFACT_ID | [$ARTIFACT_TITLE]($ARTIFACT_URL) | $LINK_TYPE |
...
</ul>
The section for forward and reverse links are displayed only if there are links. The nature of each link is displayed according to the direction of the link (forward or reverse)
Example with an artifact link field in a "Links" fieldset:
## Artifacts
### art #123 - My Title
#### Links /** fieldset name */
##### Links /** field name */
Artifacts referenced by "My Title":
| 324 | [Another artifact](https://...) | Children |
| 755 | [simple link](https://...) | |
Artifacts that reference "My Title":
| 528 | [This epic title](https://...) | Parent |