markdown support for prebaked wizard component notes

This commit is contained in:
Matt Hill
2021-03-01 21:21:05 -07:00
committed by Aiden McClelland
parent 1d7684f4d4
commit 531dec936d
2 changed files with 2 additions and 4 deletions

View File

@@ -5,8 +5,6 @@
{{params.title}}
</ion-label>
</div>
<div class="long-message">
{{params.notes}}
</div>
<div class="long-message" [innerHTML]="params.notes | markdown"></div>
</div>
</div>