Skip to content

Commit

Permalink
use section for api docs
Browse files Browse the repository at this point in the history
Co-authored-by: Elain T. <[email protected]>
  • Loading branch information
griest024 and xelaint authored Jan 23, 2025
1 parent b107109 commit 34a827a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>{{doc().title}}</h1>
</daff-tab-label>
<daff-tab-panel>
@for (apiDoc of doc().api; track $index) {
<div [innerHtml]="apiDoc | safe"></div>
<section [innerHtml]="apiDoc | safe"></section>
}
</daff-tab-panel>
</daff-tab>
Expand Down

0 comments on commit 34a827a

Please sign in to comment.