All checks were successful
continuous-integration/drone/push Build is passing
69 lines
1.0 KiB
Markdown
69 lines
1.0 KiB
Markdown
# python-hvac
|
|
|
|
[](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
|
|
```
|