artragis
artragis
For your first question, I manage to get a proper result with : ```markdown [[q]] | # title | [[q]] | | bla ``` the html is ```html title bla...
In fact I don't know. I think it is possible to develop it. @vhf do you agree with that? We could specify it as : when we configure the plugin...
In fact, what we want is to be able to add a custom element to the ignored ones when we request zmarkdown endpoints. @A-312 can you edit the issue to...
Another one is when the > elements are inside a list element.
> For Epub, I don’t know… this is HTML. So you can use the rehype behaviour.
In fact not rendered at all or only two first rows rendered is ok for me. The advantage of the second is that we know where the problem is more...
we can integrate both. sequence diagram is pretty cool with mermaid. So is flow chart. I think having many tools can be the best way of building a good redaction...
Hi @vhf I've ssen your PR on their upstream (which does not pass). I do hope it will be merged quickly so that we can integrate mermaid in zmd.
for this issue the main bottleneck seems to be ternando as they "officialy" maintain remark-mermaid and remark-graphviz but do not review nor accept pr from extern contributors. VHF had an...
It appears that mermaid-js project released a way to render code into svg => https://mermaid-js.github.io/mermaid/getting-started/usage.html#example-of-a-marked-renderer when zmarkdown uses next remark api #416 we should be able to create a good...