Open micimize opened 4 years ago
A more robust auto resolve solution would be decoupled from the markdown-it plugin and have a configuration like
markdown-it
{ autoResolve: true | { whenClass: 'autoresolve', extensions: ['.ipynb', '.md'] }, autoCreate: true | templateUri }
The way it works currently is wikilinks in the markdown add the autoresolve class
autoresolve
A more robust auto resolve solution would be decoupled from the
markdown-it
plugin and have a configuration likeThe way it works currently is wikilinks in the markdown add the
autoresolve
class