Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
rickschubert committed Jun 17, 2020
1 parent c70e2d0 commit a5c3b60
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions examples/jiradescriptionwithlinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": 1,
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "See failure on Jenkins "
},
{
"type": "text",
"text": "https://jenkins.tray.io/job/qa-api-utils-tests/6548/allure/#suites/7deabbaf120515942d030aa4a12b42ab/8caffa3c0bf480ed/",
"marks": [
{
"type": "link",
"attrs": {
"href": "https://jenkins.tray.io/job/qa-api-utils-tests/6548/allure/#suites/7deabbaf120515942d030aa4a12b42ab/8caffa3c0bf480ed/"
}
}
]
},
{
"type": "hardBreak"
}
]
}
]
}

0 comments on commit a5c3b60

Please sign in to comment.