Added blockquote with source in editor

This commit is contained in:
DrMint 2023-05-03 03:50:23 +02:00
parent a52cb1fe54
commit 3671264984
1 changed files with 5 additions and 0 deletions

View File

@ -433,6 +433,11 @@ const Editor = (props: Props): JSX.Element => {
text="InsetBox"
/>
<Button onClick={() => togglePreline("> ")} icon="format_quote" text="Blockquote" />
<Button
onClick={() => toggleWrap("blockquote", { cite: "From X" })}
icon="format_quote"
text="Blockquote with source"
/>
</div>
</>
}>