from nbmail.compose import block_title
block_title("My Newsletter")
|
Create a block of large, emphasized text for headings.
title : strThe title text. Markdown will be converted to HTML.
align : Literal['left', 'center', 'right', 'justify'] = 'center'Text alignment. Default is “center”.
: BlockA block containing the formatted title.