Scrapboxからmarkdownに変換
Scrapboxで書いてGithubのpull request formにコピペする用
簡易版
code:js
scrapbox.Page.lines.map(line => line.section.start ? ## ${line.text}\n : line.text.replace(/^\s+/, '- ')).join('\n')
こうなる
https://gyazo.com/9013a9b4af86873dcc459c5ee0702f70