Skip to content

Commit

Permalink
update knapsack
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanLovely committed Oct 25, 2023
1 parent 414bf8d commit 2b50d85
Show file tree
Hide file tree
Showing 115 changed files with 7,408 additions and 4,278 deletions.
68 changes: 68 additions & 0 deletions knapsack/data/blocks/block.03X4dpqMu3.json
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
}
Loading

0 comments on commit 2b50d85

Please sign in to comment.