Luca Bonavita added authorea bugs.md  over 9 years ago

Commit id: 14e0039e84ac230e3fca5140f166f74fc1c93522

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')``` becomes ```d3.select('#viz')```  * we have to use external resources like `````` (and they have to be ```https```)  * [SVG] clip-path doesn't seem to work  * possibly because using ```clip-path="url(#plot1clip)"``` we refer to elements like ```#plot1clip"``` which are local to the iframe? Weird, just guessing.  * the website is responsive hence when resizing the window the width changes, while the figures width is fixed (being set by ```size.md```)