Releases: nao1215/markdown
Releases · nao1215/markdown
v0.13.0
v0.12.0
v0.9.0
What's Changed
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #71
- Bump github.com/olekukonko/tablewriter from 1.1.0 to 1.1.1 by @dependabot[bot] in #70
- Add state diagram by @nao1215 in #72
- Bump peter-evans/create-issue-from-file from 5 to 6 by @dependabot[bot] in #67
- Add quadrant chart by @nao1215 in #73
Full Changelog: v0.8.3...v0.9.0
Version 0.8.2
v0.8.0
v0.7.0: Support Architecture Diagrams
What's new
The mermaid provides a feature to visualize infrastructure architecture as a beta version, and that feature has been supported.
Syntax is here.
The output image is shown below.
## Architecture Diagram
```mermaid
architecture-beta
service left_disk(disk)[Disk]
service top_disk(disk)[Disk]
service bottom_disk(disk)[Disk]
service top_gateway(internet)[Gateway]
service bottom_gateway(internet)[Gateway]
junction junctionCenter
junction junctionRight
left_disk:R -- L:junctionCenter
top_disk:B -- T:junctionCenter
bottom_disk:T -- B:junctionCenter
junctionCenter:R -- L:junctionRight
top_gateway:B -- T:junctionRight
bottom_gateway:T -- B:junctionRight
```
What's Changed
Full Changelog: v0.6.0...v0.7.0
