mermaid preview in vscode
This commit is contained in:
parent
28d06b300f
commit
4ea38952ab
2 changed files with 10 additions and 9 deletions
13
README.md
13
README.md
|
@ -13,13 +13,8 @@ I don't use home manager the program, everything is referenced from the top flak
|
||||||
## infra setup
|
## infra setup
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
sequenceDiagram
|
graph TB
|
||||||
Alice ->> Bob: Hello Bob, how are you?
|
mb1
|
||||||
Bob-->>John: How about you John?
|
vpsfree1
|
||||||
Bob--x Alice: I am good thanks!
|
bolty
|
||||||
Bob-x John: I am good thanks!
|
|
||||||
Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row.
|
|
||||||
|
|
||||||
Bob-->Alice: Checking with John...
|
|
||||||
Alice->John: Yes... John, how are you?
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -18,6 +18,12 @@
|
||||||
buildInputs = with pkgs; [ llvm lldb python37 autoPatchelfHook ];
|
buildInputs = with pkgs; [ llvm lldb python37 autoPatchelfHook ];
|
||||||
})
|
})
|
||||||
] ++ vscode-utils.extensionsFromVscodeMarketplace [
|
] ++ vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
|
{
|
||||||
|
publisher = "bierner";
|
||||||
|
name = "markdown-mermaid";
|
||||||
|
version = "1.18.1";
|
||||||
|
sha256 = "sha256-JWeSs7V/LZ345vGWOLeUgGi68Fot/eA2k+CzWL/Wp4w=";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
publisher = "arrterian";
|
publisher = "arrterian";
|
||||||
name = "nix-env-selector";
|
name = "nix-env-selector";
|
||||||
|
|
Loading…
Reference in a new issue