Claudio Kressibucher

Results 2 issues of Claudio Kressibucher

In a source like `Text ! text [linktext](linkurl)`, the `text` part is skipped/removed and the whole thing is interpreted as `Text ![linktext](linkurl)`, i.e. as an image definition. Escaping the exlamation...

Using system.js 0.20.19, I had to configure system.js with `SystemJS.config({packages: {'/': {defaultExtension: 'js'}}});` instead of `System.defaultJSExtensions = true;` However, when using the `system-production.js`, the config option `packages` is not supported....