Added Markdown Windows

This commit is contained in:
NWalker4483 2021-04-16 09:03:39 -04:00
parent 01b6a39155
commit efae9469cb
1 changed files with 1 additions and 2 deletions

View File

@ -7,12 +7,11 @@
[(ngModel)]="template"
></textarea>
</mat-form-field>
</p>
<markdown [data]="result"></markdown>
<div mat-dialog-actions>
<button mat-button [mat-dialog-close]="">Exit</button>
<button mat-button (click)="render()">Render</button>
<button mat-button color="primary" (click)="render()">Render</button>
</div>
</mat-card>