Luca Bonavita edited authorea bugs.md  over 9 years ago

Commit id: f4993ee178f2e1875ddaa91184acaae9d0f7ae9e

deletions | additions      

       

##### authorea bugs  * can't link local resources even using ```?raw=true``` because of bad encoding  * see https://www.authorea.com/users/2092/articles/7393/master/file/figures/figure_1/index.js?raw=true: ```d3.select('#viz')``` ```d3.select('viz')```  becomes ```d3.select('#viz')``` ```d3.select('#viz')```  * we have to use external resources like `````` instead (and they have to be ```https```)  * resources have to be ```https```: if we use external sites that don't provide https, this is a problem (d3 website for example)  * I'd prefer not having to use ```master/file/``` having the files referred to the "local" path of the article (```