Pietro Vertechi
Pietro Vertechi
How do things work with plain Remark.js? Is the `scale` thing supported? If it is, just rebuilding Remark.jl should download the latest Remark.js and give support of the feature for...
Implemented data selection and spreadsheet in the utilites branch: 
I haven't tested it, but you could try the recommendations from https://github.com/gnab/remark/issues/50. A summary of something that worked for me: 1. Open in Chrome (I've actually used Chromium) 2. Open...
Looks interesting! Does it just work out of the box with Remark.jl as well? If that's the case, it would be great if you could PR an example to the...
You're welcome! There may be two separate issues. If things "look bad" it may be a problem with KaTeX fonts which is fixed on master. Just updating to Remark#master (and...
Having to escape underscore in LaTeX is definitely not ideal. OTOH, there is not much that can be done for that here. That is an upstream issue in Remark.js https://github.com/gnab/remark/issues/336.
That's odd, I thought it should just be a matter of following the folder structure in https://github.com/piever/Remark.jl#external-assets-styling-and-customization and using relative paths. If you add the video in the `src/assets` folder,...
Ahhh, I understand what's happening... There is no markdown support for video. Documenter "cheats" by exporting the correct html. However we do not use the Documenter HTML export but the...
I fully agree with the ambitious plan. I've so far (very preliminarily) defined a `Analysis` struct [here](https://github.com/piever/Sputnik.jl/blob/master/src/process.jl#L1) and I'm doing the same as Plots type recipes, meaning that I overload...
Update: it is actually not strictly a QML issue. The display size issue only happen with the GR backend. Gtk is also affected, for example: ```julia using Plots, Gtk gr()...