masutaka/github-nippou

マークダウンリンクのエスケープ

Opened this issue · 1 comments

例:

[[Draft] hogehoge](https://example.com)
↓
[\[Draft\] hogehoge](https://example.com)

Chrome 拡張 Create Link のエスケープ例:
https://github.com/ku/CreateLink/blob/0.5.7/src/createlink.ts#L39

仕様はあるのかな?