• ホーム
  • ブログ
  • 短編小説
  • プロフィール
  • お問い合わせ

Code block meta data

This code block has language blockdiag and first code-block param of astro-is-awesome
```blockdiag astro-is-awesome
blockdiag {
  Astro -> is -> Awesome;
}
```
Copied!
when adding a meta data file astro-is-awesome.yaml with this content
links:
  - label: Astro
    link: https://docs.astro.build/
Copied!
will generates an SVG diagram with links
×
blockdiag {
  Astro -> is -> Awesome;
}
Copied!

Code link meta data

This is a link to a diagram code file
[Work Breakout](./work-breakout.puml)
Copied!
when adding a meta data file work-breakout.yaml with this content
links:
  - label: Business Process Modelling WBS
    link: https://plantuml.com/wbs-diagram
Copied!
will also generate an SVG diagram with links
×
@startwbs
skinparam monochrome true
* Business Process Modelling WBS
** Launch the project
*** Complete Stakeholder Research
*** Initial Implementation Plan
** Design phase
*** Model of AsIs Processes Completed
**** Model of AsIs Processes Completed1
**** Model of AsIs Processes Completed2
*** Measure AsIs performance metrics
*** Identify Quick Wins
** Complete innovate phase
@endwbs
Copied!
  • Code block meta data
  • Code link meta data

© 2025 SSSSブログ All Rights Reserved. 管理