-
Readme with the following:
- [x] mermaid class diagrams
- [ ] application flowchart
VLN37 updated
6 months ago
-
### Where should the content be added?
_No response_
### What should be added?
As a user to conda-forge, I believe that adding visual aids such as diagrams and flowcharts to the documentation could…
-
---
### 1. **Defining Project Requirements & Managing Scope**
| **Cue** | **Notes** |
|----------------------…
-
### Bug description
Following the [documentation on sizing mermaid diagram](https://quarto.org/docs/authoring/diagrams.html#sizing), the latest nightly build (1.3.107) running on Ubuntu 20.04 no long…
-
A heads up regarding a [PR in JupyterLab](https://github.com/jupyterlab/jupyterlab/pull/14102), and associated [JEP request](https://github.com/jupyter/enhancement-proposals/pull/101) that introduces …
-
**Describe the bug**
In mermaid one can use `\n` to create multiline texts:
```mermaid
flowchart TD
test[No more\nnewlines?]
```
pasting that text in mermaid.live, however ...
```te…
-
目前是否支持TOC?
能否增加 时序图和流程图支持?
http://bramp.github.io/js-sequence-diagrams/,
http://adrai.github.io/flowchart.js/
-
- consider making the graph editor pushable with gravity and things
- [graph editor](https://csacademy.com/app/graph_editor/)
- [obsidian](https://help.obsidian.md/Plugins/Graph+view)
- librari…
-
Greetings developers & contributors.
[Mermaid](https://mermaid-js.github.io/) is a flowchart diagram JS library which renders markdown into diagrams, GitHub uses it to render [diagrams in the markd…
-
I tried to use this diagram here:
```markdown
graph LR
subgraph lv0[lv0]
direction LR
RW[Rosary Warden]
WoS[Weight of Sin]
end
lv0 -->|lv1| Re[Retribution]
Re --->…