-
We need to be able to export PDF's using `pandoc` or something.
-
rust-bindgen [understands][U] doxygen style (?) docstring. If we change the type docstring style from `/* .. */` to `/** .. */`, we could get better output in various bindings.
I can make a PR if y…
-
> Fun hack: Support for callouts between two text shape
Cc @QiangF
Now I understand what is happening. It has taken almost 5 years, and let me know whether I have understood it correctly.
--…
-
I have found the (only) publication of the journal: [Interaction between cognitive and motor…](https://github.com/ReScience-Archives/ReScience-Entry-Topalidou-Rougier-2015/raw/1.0/article/article.pdf)…
-
-
Load Content and Choose File buttons don't go away in fullscreen
-
The `--render-offline` didn't make the 2.0 release, because it doesn't render the same content as GitHub.
The functionality is there. The CLI option is added back again in the [fix-render-offline](ht…
-
Hello all,
my understanding is that it's not currently possible to have an inline SVG in an `.adoc`; at best, under appropriate safety conditions, one may inline an _external_ SVG. What I'm interes…
-
Examples:
* [markdeep](https://casual-effects.com/markdeep/features.md.html#diagramexamples/digitalcircuits) | [goat](https://github.com/blampe/goat/blob/main/examples/circuits.svg)
* [markdeep](htt…
-
Markdeep currently has a bug where the line
*bptr = static_cast(*fptr * 256.0);
is rendered as
*bptr = static_cast(*fptr * 256.0);
As a workaround, we use
*bptr = static_cas…