Skip to content

Commit

Permalink
trying to highlight the content.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Oct 7, 2024
1 parent c5fe023 commit fc73c18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1>Loading...</h1>

<div *ngIf="hasBundle" class="col-sm-9 mg-b-20 mt-3 px-3">
<pre class="card" style="max-height:300px">
<code [highlight]="bundle | json"></code>
<code [languages]="['json', 'xml']" [highlight]="bundle"></code>
</pre>
<!-- <a [href]="generateBundleDownloadUrl" [download]="generateBundleDownloadFilename" class="btn btn-indigo btn-rounded">Download FHIR Bundle</a>-->

Expand Down

0 comments on commit fc73c18

Please sign in to comment.