hyuki
https://img.textfile.org/obake-circle.png
今日の圏論 (圏論の勉強メモをScrapboxで行おうとしている) code:script.js
scrapbox.PopupMenu.addButton({
title: 'LaTeX',
onClick: text => text.split(/\n/).map(
line => line.replace(/\$(^$+)\$/g, '$$ $1') ).join('\n')
});
変換前 $x$ and $y^$
変換後[$ x] and [$ y^2]