export default class Linker { constructor(type, label, link) { this.type = type; this.label = label; this.link = link; // TODO GW-3074 相対パスを利用しているかの情報も持つようにする } static types = { markdownLink: 'mdLink', growiLink: 'growiLink', pukiwikiLink: 'pukiwikiLink', } static patterns = { pukiwikiLinkWithLabel: /^\[\[(?