summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/kramdown/atlassian_document_format/underline_text_color_mark.json
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-19 18:08:39 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-19 18:08:39 +0000
commitce493944f48fb2ad08a5381a7ed1f37ced637bd1 (patch)
tree565c5c3bf18ce60fd6442d7581fc1af7ba148dd1 /spec/fixtures/lib/kramdown/atlassian_document_format/underline_text_color_mark.json
parente9ea5bbdf998d0bafe14cfd3d70fa545d8ebed83 (diff)
downloadgitlab-ce-ce493944f48fb2ad08a5381a7ed1f37ced637bd1.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/fixtures/lib/kramdown/atlassian_document_format/underline_text_color_mark.json')
-rw-r--r--spec/fixtures/lib/kramdown/atlassian_document_format/underline_text_color_mark.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/spec/fixtures/lib/kramdown/atlassian_document_format/underline_text_color_mark.json b/spec/fixtures/lib/kramdown/atlassian_document_format/underline_text_color_mark.json
new file mode 100644
index 00000000000..2690233d4f6
--- /dev/null
+++ b/spec/fixtures/lib/kramdown/atlassian_document_format/underline_text_color_mark.json
@@ -0,0 +1,40 @@
+{
+ "version": 1,
+ "type": "doc",
+ "content": [
+ {
+ "type": "paragraph",
+ "content": [
+ {
+ "type": "text",
+ "text": "This is "
+ },
+ {
+ "type": "text",
+ "text": "underlined",
+ "marks": [
+ {
+ "type": "underline"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "text": " and "
+ },
+ {
+ "type": "text",
+ "text": "red",
+ "marks": [
+ {
+ "type": "textColor",
+ "attrs": {
+ "color": "#ff6347"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}