Skip to content

Commit

Permalink
feat(addon-doc): heading elements are not in a sequentially-descendin…
Browse files Browse the repository at this point in the history
…g order
  • Loading branch information
splincode committed Sep 19, 2024
1 parent a110e06 commit 4c6961f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/addon-doc/components/example/example.template.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<div class="t-title-block">
<h3
<h2
*ngIf="heading"
class="t-title"
>
<span
*polymorpheusOutlet="heading as text"
[textContent]="text"
></span>
</h3>
</h2>
<a
*ngIf="id"
routerLink="."
Expand All @@ -23,14 +23,14 @@
#
</a>
</div>
<h4
<h3
*ngIf="description"
class="t-description"
>
<ng-container *polymorpheusOutlet="description as text">
{{ text }}
</ng-container>
</h4>
</h3>

<div
*ngIf="processor$ | async as files"
Expand Down

0 comments on commit 4c6961f

Please sign in to comment.