Mathieu David
Mathieu David
Maybe this could be implemented as a plugin when I get them working :) In the mean time, this functionality could be added by the user by overriding the handlebars...
We are using [font-awesome](http://fontawesome.io/) for our icons, if the font is blocked I am not sure what we can do about it? I don't want to throw out font-awesome over...
>Hmm probably we could settle on one of the following fallbacks Before we can we need to detect the absence of font-awesome though. I haven't looked into it, so I...
By flash you mean the code blocks being styled? I may be wrong, but to me, the most probable cause for this is highlight.js, because styling happens after the page...
Ah thanks for reminding me, I forgot the most important part of this issue! Currently, math expressions will collide with markdown syntax. If you write `a*b*c=d` the markdown parser will...
MathJax seems like a lot of files, currently not easily embeddable into the binary (as far as I know).. JQuery and Font Awesome where the most important ones. I will...
@infinity0 You mean when you are reading the docs locally? Indeed the CDN thing is only an improvement when loading from a remote source. I am not sure how I...
Do you want to deactivate the CDN completely everywhere?
I have made a new issue #271. Feel free to comment there :)
Thanks for the report! So the problem originates form the fact that mdBook tries to keep the same structure in the output as the the one from the source files....