
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
docsify-kroki
Advanced tools
<script src="//unpkg.com/docsify-kroki"></script>
#Demo
## embedding it directly
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```
```plantuml
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml
```
## load from external files

<script>
window.$docsify = {
// default
kroki: {
langs: [
"actdiag",
"blockdiag",
"bpmn",
"bytefield",
"c4plantuml",
"d2",
"dbml",
"ditaa",
"erd",
"excalidraw",
"graphviz",
"mermaid",
"nomnoml",
"nwdiag",
"packetdiag",
"pikchr",
"plantuml",
"rackdiag",
"seqdiag",
"structurizr",
"svgbob",
"symbolator",
"tikz",
"vega",
"vegalite",
"wavedrom",
"wireviz",
],
// default
serverPath: "//kroki.io/",
},
}
</script>
By default, those markdown language render by kroki:
actdiag | blockdiag | bpmn | bytefield | c4plantuml |
d2 | dbml | ditaa | erd | excalidraw |
graphviz | mermaid | nomnoml | nwdiag | packetdiag |
pikchr | plantuml | rackdiag | seqdiag | structurizr |
svgbob | symbolator | tikz | vega | vegalite |
wavedrom | wireviz |
you can add more to langs array.
By default, the official Kroki server is used. If you have your own, configure
it using the serverPath option:
FAQs
kroki plugin of docsify
The npm package docsify-kroki receives a total of 26 weekly downloads. As such, docsify-kroki popularity was classified as not popular.
We found that docsify-kroki demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.