<DOCUMENT>
  <PAGE
    dpi={100}
    size="A4"
    style={{
      fontFamily: 'Inter',
      fontSize: 12,
      lineHeight: 1.5,
      paddingBottom: 65,
      paddingHorizontal: 35,
      paddingTop: 35
    }}
  >
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'left'
        }}
      >
        <TEXT>
          <TEXT
            style={{
              fontStyle: 'italic'
            }}
          >
            Welcome to this{' '}
          </TEXT>
          <TEXT
            style={{
              fontStyle: 'italic',
              fontWeight: 'bold'
            }}
          >
            demo 🙌!
          </TEXT>
        </TEXT>
      </VIEW>
      <VIEW
        style={{
          marginLeft: 18
        }}
      >
        <React.Fragment key=".$">
          <VIEW
            style={{
              alignItems: undefined,
              backgroundColor: undefined,
              color: undefined,
              paddingVertical: 2.25,
              textAlign: 'left'
            }}
          >
            <TEXT>
              <TEXT style={{}}>
                Hello World nested
              </TEXT>
            </TEXT>
          </VIEW>
          <VIEW
            style={{
              marginLeft: 18
            }}
          >
            <React.Fragment key=".$">
              <VIEW
                style={{
                  alignItems: undefined,
                  backgroundColor: undefined,
                  color: undefined,
                  paddingVertical: 2.25,
                  textAlign: 'left'
                }}
              >
                <TEXT>
                  <TEXT style={{}}>
                    Hello World double nested
                  </TEXT>
                </TEXT>
              </VIEW>
            </React.Fragment>
          </VIEW>
        </React.Fragment>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: '#fbe4e4',
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'left'
        }}
      >
        <TEXT>
          <TEXT
            style={{
              fontWeight: 'bold'
            }}
          >
            This paragraph has a background color
          </TEXT>
        </TEXT>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'left'
        }}
      >
        <TEXT>
          <TEXT style={{}}>
            Paragraph
          </TEXT>
        </TEXT>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'left'
        }}
      >
        <TEXT
          style={{
            fontSize: 24,
            fontWeight: 700,
            lineHeight: 1.25
          }}
        >
          <TEXT style={{}}>
            Heading
          </TEXT>
        </TEXT>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: 'flex-end',
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'right'
        }}
      >
        <TEXT
          style={{
            fontSize: 24,
            fontWeight: 700,
            lineHeight: 1.25
          }}
        >
          <TEXT style={{}}>
            Heading right
          </TEXT>
        </TEXT>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'justify'
        }}
      >
        <TEXT>
          <TEXT style={{}}>
            justified paragraph. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
          </TEXT>
        </TEXT>
      </VIEW>
    </React.Fragment>
    <VIEW break />
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'left'
        }}
      >
        <ListItem listMarker="•">
          <TEXT>
            <TEXT style={{}}>
              Bullet List Item. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
            </TEXT>
          </TEXT>
        </ListItem>
      </VIEW>
      <VIEW
        style={{
          marginLeft: 18
        }}
      >
        <React.Fragment key=".$">
          <VIEW
            style={{
              alignItems: undefined,
              backgroundColor: undefined,
              color: undefined,
              paddingVertical: 2.25,
              textAlign: 'left'
            }}
          >
            <ListItem listMarker="•">
              <TEXT>
                <TEXT style={{}}>
                  Bullet List Item.  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
                </TEXT>
              </TEXT>
            </ListItem>
          </VIEW>
        </React.Fragment>
        <React.Fragment key=".$">
          <VIEW
            style={{
              alignItems: 'flex-end',
              backgroundColor: undefined,
              color: undefined,
              paddingVertical: 2.25,
              textAlign: 'right'
            }}
          >
            <ListItem listMarker="•">
              <TEXT>
                <TEXT style={{}}>
                  Bullet List Item right. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
                </TEXT>
              </TEXT>
            </ListItem>
          </VIEW>
        </React.Fragment>
        <React.Fragment key=".$">
          <VIEW
            style={{
              alignItems: undefined,
              backgroundColor: undefined,
              color: undefined,
              paddingVertical: 2.25,
              textAlign: 'left'
            }}
          >
            <ListItem listMarker="1.">
              <TEXT>
                <TEXT style={{}}>
                  Numbered List Item 1
                </TEXT>
              </TEXT>
            </ListItem>
          </VIEW>
        </React.Fragment>
        <React.Fragment key=".$">
          <VIEW
            style={{
              alignItems: undefined,
              backgroundColor: undefined,
              color: undefined,
              paddingVertical: 2.25,
              textAlign: 'left'
            }}
          >
            <ListItem listMarker="2.">
              <TEXT>
                <TEXT style={{}}>
                  Numbered List Item 2
                </TEXT>
              </TEXT>
            </ListItem>
          </VIEW>
          <VIEW
            style={{
              marginLeft: 18
            }}
          >
            <React.Fragment key=".$">
              <VIEW
                style={{
                  alignItems: undefined,
                  backgroundColor: undefined,
                  color: undefined,
                  paddingVertical: 2.25,
                  textAlign: 'left'
                }}
              >
                <ListItem listMarker="1.">
                  <TEXT>
                    <TEXT style={{}}>
                      Numbered List Item Nested 1
                    </TEXT>
                  </TEXT>
                </ListItem>
              </VIEW>
            </React.Fragment>
            <React.Fragment key=".$">
              <VIEW
                style={{
                  alignItems: undefined,
                  backgroundColor: undefined,
                  color: undefined,
                  paddingVertical: 2.25,
                  textAlign: 'left'
                }}
              >
                <ListItem listMarker="2.">
                  <TEXT>
                    <TEXT style={{}}>
                      Numbered List Item Nested 2
                    </TEXT>
                  </TEXT>
                </ListItem>
              </VIEW>
            </React.Fragment>
            <React.Fragment key=".$">
              <VIEW
                style={{
                  alignItems: 'flex-end',
                  backgroundColor: '#fbe4e4',
                  color: '#0b6e99',
                  paddingVertical: 2.25,
                  textAlign: 'right'
                }}
              >
                <ListItem listMarker="3.">
                  <TEXT>
                    <TEXT style={{}}>
                      Numbered List Item Nested funky right
                    </TEXT>
                  </TEXT>
                </ListItem>
              </VIEW>
            </React.Fragment>
            <React.Fragment key=".$">
              <VIEW
                style={{
                  alignItems: 'center',
                  backgroundColor: '#fbe4e4',
                  color: '#0b6e99',
                  paddingVertical: 2.25,
                  textAlign: 'center'
                }}
              >
                <ListItem listMarker="4.">
                  <TEXT>
                    <TEXT style={{}}>
                      Numbered List Item Nested funky center
                    </TEXT>
                  </TEXT>
                </ListItem>
              </VIEW>
            </React.Fragment>
          </VIEW>
        </React.Fragment>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'left'
        }}
      >
        <ListItem listMarker="1.">
          <TEXT>
            <TEXT style={{}}>
              Numbered List Item
            </TEXT>
          </TEXT>
        </ListItem>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'left'
        }}
      >
        <ListItem listMarker={<SVG fill="undefined" height="12" style={{marginTop: 2}} viewBox="0 -960 960 960" width="12"><PATH d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Z" /></SVG>}>
          <TEXT>
            <TEXT style={{}}>
              Check List Item
            </TEXT>
          </TEXT>
        </ListItem>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: undefined
        }}
      >
        <Table
          data={{
            columnWidths: [
              200,
              undefined,
              undefined
            ],
            headerCols: undefined,
            headerRows: undefined,
            rows: [
              {
                cells: [
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Wide Cell',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  },
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Table Cell',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  },
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Table Cell',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  }
                ]
              },
              {
                cells: [
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Wide Cell',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  },
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Table Cell',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  },
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Table Cell',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  }
                ]
              },
              {
                cells: [
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Wide Cell',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  },
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Table Cell',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  },
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Table Cell',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  }
                ]
              }
            ],
            type: 'tableContent'
          }}
          transformer={[object Object]}
        />
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: undefined
        }}
      >
        <VIEW>
          <LINK src="">
            <VIEW
              style={{
                display: 'flex',
                flexDirection: 'row',
                gap: 6
              }}
            >
              <SVG
                fill="currentColor"
                height={16}
                viewBox="0 0 24 24"
                width={16}
              >
                <PATH d="M3 8L9.00319 2H19.9978C20.5513 2 21 2.45531 21 2.9918V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5501 3 20.9932V8ZM10 4V9H5V20H19V4H10Z" />
              </SVG>
              <TEXT>
                Open file
              </TEXT>
            </VIEW>
          </LINK>
        </VIEW>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'left'
        }}
      >
        <VIEW>
          <IMAGE
            src={[object Blob]}
            style={{
              width: undefined
            }}
          />
          <TEXT
            style={{
              fontSize: 9.600000000000001,
              width: undefined
            }}
          >
            From https://placehold.co/332x322.jpg
          </TEXT>
        </VIEW>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: 'flex-end',
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'right'
        }}
      >
        <VIEW>
          <IMAGE
            src={[object Blob]}
            style={{
              width: 150
            }}
          />
        </VIEW>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'left'
        }}
      >
        <VIEW>
          <LINK src="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm">
            <VIEW
              style={{
                display: 'flex',
                flexDirection: 'row',
                gap: 6
              }}
            >
              <SVG
                fill="currentColor"
                height={14}
                viewBox="0 0 24 24"
                width={14}
              >
                <PATH d="M2 3.9934C2 3.44476 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918C2.44405 21 2 20.5551 2 20.0066V3.9934ZM8 5V19H16V5H8ZM4 5V7H6V5H4ZM18 5V7H20V5H18ZM4 9V11H6V9H4ZM18 9V11H20V9H18ZM4 13V15H6V13H4ZM18 13V15H20V13H18ZM4 17V19H6V17H4ZM18 17V19H20V17H18Z" />
              </SVG>
              <TEXT>
                Open video file
              </TEXT>
            </VIEW>
          </LINK>
          <TEXT
            style={{
              fontSize: 9.600000000000001,
              width: undefined
            }}
          >
            From https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm
          </TEXT>
        </VIEW>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: undefined
        }}
      >
        <VIEW>
          <LINK src="https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3">
            <VIEW
              style={{
                display: 'flex',
                flexDirection: 'row',
                gap: 6
              }}
            >
              <SVG
                fill="currentColor"
                height={14}
                viewBox="0 0 24 24"
                width={14}
              >
                <PATH d="M2 16.0001H5.88889L11.1834 20.3319C11.2727 20.405 11.3846 20.4449 11.5 20.4449C11.7761 20.4449 12 20.2211 12 19.9449V4.05519C12 3.93977 11.9601 3.8279 11.887 3.73857C11.7121 3.52485 11.3971 3.49335 11.1834 3.66821L5.88889 8.00007H2C1.44772 8.00007 1 8.44778 1 9.00007V15.0001C1 15.5524 1.44772 16.0001 2 16.0001ZM23 12C23 15.292 21.5539 18.2463 19.2622 20.2622L17.8445 18.8444C19.7758 17.1937 21 14.7398 21 12C21 9.26016 19.7758 6.80629 17.8445 5.15557L19.2622 3.73779C21.5539 5.75368 23 8.70795 23 12ZM18 12C18 10.0883 17.106 8.38548 15.7133 7.28673L14.2842 8.71584C15.3213 9.43855 16 10.64 16 12C16 13.36 15.3213 14.5614 14.2842 15.2841L15.7133 16.7132C17.106 15.6145 18 13.9116 18 12Z" />
              </SVG>
              <TEXT>
                Open audio file
              </TEXT>
            </VIEW>
          </LINK>
          <TEXT
            style={{
              fontSize: 9.600000000000001,
              width: undefined
            }}
          >
            From https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3
          </TEXT>
        </VIEW>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'left'
        }}
      >
        <TEXT />
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: undefined
        }}
      >
        <VIEW>
          <LINK src="">
            <VIEW
              style={{
                display: 'flex',
                flexDirection: 'row',
                gap: 6
              }}
            >
              <SVG
                fill="currentColor"
                height={14}
                viewBox="0 0 24 24"
                width={14}
              >
                <PATH d="M2 16.0001H5.88889L11.1834 20.3319C11.2727 20.405 11.3846 20.4449 11.5 20.4449C11.7761 20.4449 12 20.2211 12 19.9449V4.05519C12 3.93977 11.9601 3.8279 11.887 3.73857C11.7121 3.52485 11.3971 3.49335 11.1834 3.66821L5.88889 8.00007H2C1.44772 8.00007 1 8.44778 1 9.00007V15.0001C1 15.5524 1.44772 16.0001 2 16.0001ZM23 12C23 15.292 21.5539 18.2463 19.2622 20.2622L17.8445 18.8444C19.7758 17.1937 21 14.7398 21 12C21 9.26016 19.7758 6.80629 17.8445 5.15557L19.2622 3.73779C21.5539 5.75368 23 8.70795 23 12ZM18 12C18 10.0883 17.106 8.38548 15.7133 7.28673L14.2842 8.71584C15.3213 9.43855 16 10.64 16 12C16 13.36 15.3213 14.5614 14.2842 15.2841L15.7133 16.7132C17.106 15.6145 18 13.9116 18 12Z" />
              </SVG>
              <TEXT>
                audio.mp3
              </TEXT>
            </VIEW>
          </LINK>
          <TEXT
            style={{
              fontSize: 9.600000000000001,
              width: undefined
            }}
          >
            Audio file caption
          </TEXT>
        </VIEW>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'left'
        }}
      >
        <TEXT>
          <TEXT
            style={{
              fontWeight: 'bold'
            }}
          >
            Inline Content:
          </TEXT>
        </TEXT>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'left'
        }}
      >
        <TEXT>
          <TEXT
            style={{
              backgroundColor: '#ddebf1',
              color: '#e03e3e',
              fontStyle: 'italic',
              fontWeight: 'bold'
            }}
          >
            Styled Text
          </TEXT>
          <TEXT style={{}}>
            {' '}
          </TEXT>
          <LINK href="https://www.blocknotejs.org">
            <TEXT style={{}}>
              Link
            </TEXT>
          </LINK>
        </TEXT>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: undefined
        }}
      >
        <Table
          data={{
            columnWidths: [
              undefined,
              undefined,
              undefined
            ],
            headerCols: undefined,
            headerRows: undefined,
            rows: [
              {
                cells: [
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Table Cell 1',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  },
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Table Cell 2',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  },
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Table Cell 3',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  }
                ]
              },
              {
                cells: [
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Table Cell 4',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  },
                  {
                    content: [
                      {
                        styles: {
                          bold: true
                        },
                        text: 'Table Cell Bold 5',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  },
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Table Cell 6',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  }
                ]
              },
              {
                cells: [
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Table Cell 7',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  },
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Table Cell 8',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  },
                  {
                    content: [
                      {
                        styles: {},
                        text: 'Table Cell 9',
                        type: 'text'
                      }
                    ],
                    props: {
                      backgroundColor: 'default',
                      colspan: 1,
                      rowspan: 1,
                      textAlignment: 'left',
                      textColor: 'default'
                    },
                    type: 'tableCell'
                  }
                ]
              }
            ],
            type: 'tableContent'
          }}
          transformer={[object Object]}
        />
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: undefined
        }}
      >
        <VIEW
          style={{
            border: '1px solid #000000',
            fontFamily: 'GeistMono',
            fontSize: 12,
            lineHeight: 1.25,
            padding: 18
          }}
        >
          <TEXT
            style={{
              marginLeft: 0
            }}
          >
            {`const helloWorld = (message) => {`}
          </TEXT>
          <TEXT
            style={{
              marginLeft: 14.25
            }}
          >
            console.log("Hello World", message);
          </TEXT>
          <TEXT
            style={{
              marginLeft: 0
            }}
          >
            {`};`}
          </TEXT>
        </VIEW>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: 'left'
        }}
      >
        <TEXT>
          <TEXT
            style={{
              fontWeight: 'bold'
            }}
          >
            Some inline code:{' '}
          </TEXT>
          <TEXT
            style={{
              fontFamily: 'GeistMono'
            }}
          >
            var foo = 'bar';
          </TEXT>
        </TEXT>
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: undefined
        }}
      >
        <VIEW
          style={{
            borderTop: '1px solid #ccc',
            marginBottom: 8.625,
            marginTop: 8.625
          }}
         />
      </VIEW>
    </React.Fragment>
    <React.Fragment key=".1:$">
      <VIEW
        style={{
          alignItems: undefined,
          backgroundColor: undefined,
          color: undefined,
          paddingVertical: 2.25,
          textAlign: undefined
        }}
      >
        <TEXT
          style={{
            borderLeft: '#7D797A',
            color: '#7D797A',
            paddingLeft: 7.125
          }}
        >
          <TEXT style={{}}>
            All those moments will be lost in time, like tears in rain.
          </TEXT>
        </TEXT>
      </VIEW>
    </React.Fragment>
  </PAGE>
</DOCUMENT>