···3434 }}
3535 >
3636 <div className="pt-2 pb-2 px-2 grow min-w-0">
3737- {/* TODO:
3838- if the document is completely empty (no blocks, no text) show placeholder text
3939- the placeholder should be classname= "text-tertiary italic font-bold" */}
4040-4141- {/* TODO:
4242- header blocks should (regardless of what kind of header) render as "text-primary font-bold"*/}
4343-4444- {/* TODO:
4545- this block can fit a total of 4 lines of text.
4646- the first block should take up to 4 lines of space.
4747- If it doesn't need all 4 lines, the next text block
4848- should be rendered and so on until all 4 lines are filled */}
4949-5050- {/* TODO:
5151- the cardBlockPreview image should be screenshot of the page it links to */}
5237 {docMetadata.heading && (
5338 <div
5439 className={`cardBlockTitle bg-transparent -mb-0.5 border-none text-base font-bold outline-none resize-none align-top border h-[24px] line-clamp-1`}