We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Convert LinkById tags to markdown references for:
(LinkById: T0001)
becomes
[Object Name](url-for-object)
where Object Name and url-fo-object are pulled from the object referenced by the LinkById.
{ stix: { name: 'Object Name', external_references: [ { source_name: 'domain', external_id: 'T0001', url: 'url-for-object' } ] }
The text was updated successfully, but these errors were encountered:
Merge pull request #183 from center-for-threat-informed-defense/feature/
10509d5
#168-linkbyid Convert LinkById tags to Markdown Links when Exporting a Collection Bundle
Successfully merging a pull request may close this issue.
Convert LinkById tags to markdown references for:
becomes
where Object Name and url-fo-object are pulled from the object referenced by the LinkById.
The text was updated successfully, but these errors were encountered: