>
>あ
>い
>う
script.jsscrapbox.PopupMenu.addButton({ title: ">quote", onClick: (text) => text.split("\n") .map((line) => line.replace(/^(\s*)/, "$1>")) .join("\n"), });