Skip to content

Instantly share code, notes, and snippets.

{
"type": "doc",
"attrs": {
"error": null,
"layout": "us_letter_landscape",
"padding": null,
"width": null
},
"content": [
{
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<style type="text/css">
ol {
margin: 0;
padding: 0
}
{
"type": "doc",
"attrs": {
"layout": null,
"padding": null,
"width": null
},
"content": [
{
"type": "paragraph",
{"type":"doc","attrs":{"layout":null,"padding":null,"width":null},"content":[{"type":"paragraph","attrs":{"align":null,"color":null,"id":null,"indent":null,"lineSpacing":null,"paddingBottom":null,"paddingTop":null}},{"type":"heading","attrs":{"align":"center","color":null,"id":"","indent":0,"lineSpacing":null,"paddingBottom":"","paddingTop":"","level":1},"content":[{"type":"text","marks":[{"type":"spacer","attrs":{"size":"tab"}}],"text":" "},{"type":"text","marks":[{"type":"mark-font-size","attrs":{"pt":24}},{"type":"mark-font-type","attrs":{"name":"Arial"}},{"type":"strong"},{"type":"mark-text-color","attrs":{"color":"#7d7de8"}}],"text":"Docs in t"},{"type":"text","marks":[{"type":"mark-font-size","attrs":{"pt":24}},{"type":"mark-font-type","attrs":{"name":"Arial"}},{"type":"strike"},{"type":"strong"},{"type":"mark-text-color","attrs":{"color":"#7d7de8"}}],"text":"he"},{"type":"text","marks":[{"type":"mark-font-size","attrs":{"pt":24}},{"type":"mark-font-type","attrs":{"name":"Arial"}},{"type":"strong"},{"ty
$types: decimal lower-alpha lower-roman;
@each $type in $types {
@for $i from 0 to 7 {
.ProseMirror ol[type='#{$type}'][data-indent='#{$i}'] > li::before {
content: counter(#{'czi-counter-' + $i}, #{' ' + $type}) '. ';
}
}
}
{"type":"doc","attrs":{"layout":"us_letter_portrait","padding":null,"width":null},"content":[{"type":"paragraph","attrs":{"align":"center","color":null,"id":"","indent":0,"lineSpacing":"200%","paddingBottom":"0pt","paddingTop":"0pt"},"content":[{"type":"text","marks":[{"type":"mark-font-size","attrs":{"pt":18}},{"type":"mark-font-type","attrs":{"name":"Arial"}},{"type":"strong"},{"type":"mark-text-color","attrs":{"color":"#000000"}}],"text":" Key Vocabulary: "},{"type":"text","marks":[{"type":"em"},{"type":"mark-font-size","attrs":{"pt":18}},{"type":"mark-font-type","attrs":{"name":"Arial"}},{"type":"strong"},{"type":"mark-text-color","attrs":{"color":"#000000"}}],"text":"A Lesson Before Dying"},{"type":"text","marks":[{"type":"mark-font-size","attrs":{"pt":18}},{"type":"mark-font-type","attrs":{"name":"Arial"}},{"type":"strong"},{"type":"mark-text-color","attrs":{"color":"#000000"}}],"text":" by Ernest Gaines"}]},{"type":"paragraph","attrs":{"align":"left","color":null,"id":"","indent":0,"lineSpacing":"115%"
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><style type="text/css">@import url('https://themes.googleusercontent.com/fonts/css?kit=fF0RZisHFVU2LkBC6tZjXax4cgFj_jKV-O08_kBZu0BbV0WvE1cEyAoIq5yYZlSc');ol.lst-kix_jgieumstat0l-2.start{counter-reset:lst-ctn-kix_jgieumstat0l-2 0}ol.lst-kix_j47yu3tc7le4-1{list-style-type:none}ol.lst-kix_j47yu3tc7le4-0{list-style-type:none}.lst-kix_jgieumstat0l-4>li{counter-increment:lst-ctn-kix_jgieumstat0l-4}ol.lst-kix_j47yu3tc7le4-5{list-style-type:none}.lst-kix_j47yu3tc7le4-8>li{counter-increment:lst-ctn-kix_j47yu3tc7le4-8}ol.lst-kix_j47yu3tc7le4-4{list-style-type:none}ol.lst-kix_j47yu3tc7le4-3{list-style-type:none}ol.lst-kix_j47yu3tc7le4-2{list-style-type:none}ol.lst-kix_j47yu3tc7le4-8{list-style-type:none}ol.lst-kix_j47yu3tc7le4-7{list-style-type:none}ol.lst-kix_j47yu3tc7le4-6{list-style-type:none}ol.lst-kix_jgieumstat0l-5.start{counter-reset:lst-ctn-kix_jgieumstat0l-5 0}ol.lst-kix_j47yu3tc7le4-4.start{counter-reset:lst-ctn-kix_j47yu3tc7le4-4 0
{
"type": "doc",
"attrs": {
"layout": null,
"padding": null,
"width": null
},
"content": [
{
"type": "paragraph",
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<style type="text/css">
@import url('https://themes.googleusercontent.com/fonts/css?kit=Su9cPBdaKucZGyXzr7BkXw');
ol.lst-kix_vi00gblenazb-3.start {
counter-reset: lst-ctn-kix_vi00gblenazb-3 0
}
function createCORSRequest(method, url) {
var xhr = new XMLHttpRequest();
if ("withCredentials" in xhr) {
// Check if the XMLHttpRequest object has a "withCredentials" property.
// "withCredentials" only exists on XMLHTTPRequest2 objects.
xhr.open(method, url, true);
} else if (typeof XDomainRequest != "undefined") {