Files
python-hvac/README.md
Igor Shatunov 38f78cf007
All checks were successful
continuous-integration/drone/push Build is passing
Table allignment
2023-01-20 13:32:55 +02:00

77 lines
1.2 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 <mark>very</mark> important
H<sub>2</sub>0
X<sup>2</sup>
## TO DDO
- First
- Second
1. A
- a
- b
2. B
- Third
- [ ] First
- [x] Second
First Term
: This is the definition of the first term.
Second Term
: This is one definition of the second term.
: This is another definition of the second term.
## 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
```