Paragraph should be composed. #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A
Paragraphclass will exist, and this node will be composed of a list of `TextNode's which are simply text.However,
ItalicNode's will inherit fromTextNodebut use<em>tags when generated.However,
BoldNode's will inherit fromTextNodebut use<strong>tags when generated.The
Paragraphclass will place all of the elements RIGHT next to each other, unless breaks exist.This note is a bit complicated, but here is a Gemini prompt to help out a bit: