This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #202 from adobe/wrong-paragraph
Section and subitems type is wrong for paragraph with a link
- Loading branch information
Showing
14 changed files
with
313 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[ | ||
{ | ||
"title": "helix-logo\nhelix-logo", | ||
"types": [ | ||
"has-image", | ||
"nb-image-2", | ||
"has-only-image" | ||
], | ||
"image": "./helix_logo.png", | ||
"intro": "helix-logo\nhelix-logo", | ||
"meta": {}, | ||
"type": "root", | ||
"children": [ | ||
{ | ||
"type": "paragraph", | ||
"children": [ | ||
{ | ||
"type": "image", | ||
"title": null, | ||
"url": "./helix_logo.png", | ||
"alt": "helix-logo" | ||
}, | ||
{ | ||
"type": "text", | ||
"value": "\n" | ||
}, | ||
{ | ||
"type": "image", | ||
"title": null, | ||
"url": "./helix_logo.png", | ||
"alt": "helix-logo" | ||
} | ||
], | ||
"data": { | ||
"types": [ | ||
"has-image" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
![helix-logo](./helix_logo.png) | ||
![helix-logo](./helix_logo.png) |
Oops, something went wrong.