-
My main use-case is to generate a single pdf from the mkdocs documentation. This plugin is the best I found available at the moment, but lacks the combined pdf feature, although there is some commente…
-
1. Currently `EXPLAIN ANALYZE` can only be used on `SELECT` statements. This isn't quite right since a volatile function can be called from a `SELECT` statement - explain analyze should only be availa…
-
Chanced upon this bit on Hacker News today : V10 was just released and is now "70% smaller (
-
**Description**
For state diagrams with edges pointing to clusters the output will be a parser error.
**To Reproduce**
Attempt to render the following state diagram:
```
stateDiagram-v2
…
-
Hello,
mermaid is functionable and i like this feature. but somehow plantuml is more powerfull imho, for example you have network diagrams, too.
Can plantuml be implemented for the docker image…
-
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/8542
Originally posted by **jkub6** February 1, 2024
### Description
I have been unable to find a way to get my figure…
cderv updated
4 months ago
-
From this [conversion](https://github.com/mermaid-js/mermaid/issues/4382#issuecomment-1540717809). It would be great to reimplement the parser in [langium](https://github.com/langium/langium) instead …
-
```
\```
graph TD
Client -->|Request "Sedan"| VehicleCache
Client -->|Request "CityBus"| VehicleCache
VehicleCache -->|Clone| A[Car: Sedan]
VehicleCache -->|Clone| B[Bus: Capacity 40]
…
-
Greetings
Thanks for your efforts on this. I've been working on generating some mermaid diagrams via a module that calls the nodejs cli and a *.mmd pipeline
https://github.com/dpvreony/dpvreonyw…
-
### Issue Checklist
- [X] I am using NexT version 8.0 or later.
- [X] I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Troubleshooting page of NexT…