Paul-Elliot Anglès d'Auriac
Paul-Elliot Anglès d'Auriac
Supersedes #3676 with a branch in `c2c_ui` to be able to run the CI and deploy a preview. Copy-pasted first post, but there were some answers on the initial PR...
I got stuck on that for a while, would have give up without the help of Mirage folks around! I think it is enough to just give the keywords that...
A file containing ``` | {a}[b] | ``` generates: ``` compile: internal error, uncaught exception: File "vendor/github.com/panglesd/cmarkit/src/cmarkit.ml", line 2173, characters 6-12: Assertion failed ```
For instance, for mathjax math I had to change it to svg, but there are still assets that are not included I think. But more importantly, fonts need to be...
The engine was written in javascript a long time ago, when I did not know a lot about static checking! It will be very convenient to have it in OCaml,...
Taking inspiration from https://github.com/ralexander-phi/marp-to-pages. Thanks 8organicbits for the idea!
The npm package has support for tikz support, in some sense. It would be so cool (but technically difficult) to have support for tikz directly in slipshow!
The npm package lack some feature. Do I want to still support it? slipshow-gui, the VSCode extension, are on other repo but would benefit from some change in the API...
[Mermaid](http://mermaid.js.org/#/) seem a popular and nice diagramming library, markdown-consistent. I'd consider adding support for it! Github has it: ```mermaid graph TD; A-->B; A-->C; B-->D; C-->D; ```
Sometimes, figures are much quicker to make by hand. I'd like to have a way to record writing and save it to a file, similarly to https://github.com/panglesd/write-your-website, but included in...