Royi
Royi
Hello, Could you please add Math Equation Support using MathJax? Thank You. P. S. The ToDo list of GitHub doesn't work.
It seems currently Abricotine doesn't support In Line Math. MathJax supports 2 different modes of Math - Inline (Using (...) or $...$ Delimiters) and Displayed (Using [...] and $$...$$ Delimiters....
Hello, Could we have a Portable Version for Windows? The current version uses the User Folder for settings and other configuration files. What I mean by portable? 1. No Installation...
Hello, I created a MarkDown document with the following code: [MarkDownCode](http://pastebin.com/jq2KDQAA) I encountered and issue with the PDF rendering. It seems the PDF is rendered before the Math Equations rendering...
Hello, I saw that GutHub released their fork of [`cmark`](https://github.com/github/cmark). It seems to be the fastest engine out there. Some writing about it: http://ropensci.org/blog/blog/2016/12/02/commonmark Any chance using it on MarkDownEdit?...
Great writing! Could you add whether a package supports (Or can Interface) with MATLAB? Moreover, does it support Windows or Linux only? Thank You.
Hello, Could you please add option to define page size with Pixels? Thank You.
On its installation `PyCall`, `Conda` and `PyPlot` creates many files which embed absolute paths. See https://github.com/JuliaPy/PyCall.jl/issues/767, https://github.com/JuliaPy/Conda.jl/issues/179, etc... Also the file `qt.conf` on the `Conda` folder (Relates to `PyPlot`). I...
I'm running the demo code on the `README` file: ``` plt = pyimport("matplotlib.pyplot") x = range(0;stop=2*pi,length=1000); y = sin.(3*x + 4*cos.(2*x)); plt.plot(x, y, color="red", linewidth=2.0, linestyle="--") plt.show() ``` I get...
This is a great and clean `CSS`. Any chance of having Admonitions. Something like in Jupyter will be great: https://jupyterbook.org/content/content-blocks.html.