Files
python-hvac/README.md
Igor Shatunov 7790e54bbf
All checks were successful
continuous-integration/drone/push Build is passing
dioagram
2023-01-20 13:15:07 +02:00

69 lines
1.0 KiB
Markdown

# python-hvac
[![Build Status](https://drone.k8s.psynet.su/api/badges/genesis/python-hvac/status.svg?ref=refs/heads/main)](https://drone.k8s.psynet.su/genesis/python-hvac)
Just a test project
## Some table
<details><summary>Expand</summary>
<p>
### Table
| Name | Value |
| ---- | ----- |
| Foo | *Bar* |
| Key | ~~Value~~ |
</p>
</details>
## MAth
This sentence uses `$` delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$
## Other crazy elements
PsyNet [^1]
[^1] Powered by PsyNet and 220v :joy:
---
term
: definition
This is ==very== important
H~2~0
X^2^
## TO DDO
- First
- Second
1. A
- a
- b
2. B
- Third
- [ ] First
- [x] Second
## Diagram
```mermaid
sequenceDiagram
participant dotcom
participant iframe
participant viewscreen
dotcom->>iframe: loads html w/ iframe url
iframe->>viewscreen: request template
viewscreen->>iframe: html & javascript
iframe->>dotcom: iframe ready
dotcom->>iframe: set mermaid data on iframe
iframe->>iframe: render mermaid
```