Skip to content

Commit

Permalink
Update recipe_template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pubmania authored Dec 12, 2024
1 parent a46cd44 commit 4b80245
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions parser/template/recipe_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,33 +300,7 @@

```plantuml
@startuml
!theme sketchy-outline
!startsub activity
skinparam activity {
$primary_scheme()
BarColor #orangered
StartColor #orangered
EndColor #orangered
BorderColor #orangered
BackgroundColor #white
ArrowColor #orangered
ArrowThickness 1.25
ArrowFontColor #maroon
FontColor #maroon
''
DiamondBackgroundColor #darkgreen
DiamondLineColor #white
DiamondFontColor #white
}
!endsub
!startsub note
skinparam note {
BorderThickness 1.25
BackgroundColor #ffe4b5
BorderColor #orangered
FontColor #maroon
}
!endsub
--8<-- "puml_custom_theme.txt"
start
{%- for p_step in process %}
{{ p_step }}
Expand Down

0 comments on commit 4b80245

Please sign in to comment.