forked from jpmorganchase/salt-ds
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
414bf8d
commit 2b50d85
Showing
115 changed files
with
7,408 additions
and
4,278 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"blockType": "text-editor", | ||
"data": { | ||
"content": { | ||
"content": [ | ||
{ | ||
"attrs": { | ||
"level": 3 | ||
}, | ||
"content": [ | ||
{ | ||
"text": "Best practices", | ||
"type": "text" | ||
} | ||
], | ||
"type": "heading" | ||
}, | ||
{ | ||
"content": [ | ||
{ | ||
"text": "When building a page layout, it is important to make sure you use semantic HTML, which means using the correct HTML elements for their intended purpose as much as possible.", | ||
"type": "text" | ||
} | ||
], | ||
"type": "paragraph" | ||
}, | ||
{ | ||
"content": [ | ||
{ | ||
"text": "The Grid Layout and Grid Item components support this behavior by allowing access to a prop called ", | ||
"type": "text" | ||
}, | ||
{ | ||
"marks": [ | ||
{ | ||
"type": "code" | ||
} | ||
], | ||
"text": "as", | ||
"type": "text" | ||
}, | ||
{ | ||
"text": " that allows you to render the appropriate HTML instead of a plain ", | ||
"type": "text" | ||
}, | ||
{ | ||
"marks": [ | ||
{ | ||
"type": "code" | ||
} | ||
], | ||
"text": "div", | ||
"type": "text" | ||
}, | ||
{ | ||
"text": ".", | ||
"type": "text" | ||
} | ||
], | ||
"type": "paragraph" | ||
} | ||
], | ||
"type": "doc" | ||
} | ||
}, | ||
"id": "03X4dpqMu3", | ||
"size": null | ||
} |
Oops, something went wrong.