docs: fix code indentation (#2081)
- code not correctly indented important for code replacement and transformation functions on docs generation Signed-off-by: Tobias Kuppens Groot <tkuppensgroo@uos.de>
This commit is contained in:
parent
0952647d95
commit
8bf54e669a
2 changed files with 7 additions and 4 deletions
5
.changeset/late-moles-prove.md
Normal file
5
.changeset/late-moles-prove.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'publish-docs': patch
|
||||
---
|
||||
|
||||
code example is formatted correctly which is needed for code replacement and transformation functions on docs generation to work as intended
|
||||
|
|
@ -20,10 +20,8 @@ export const main = () => html`
|
|||
Previous
|
||||
</button>
|
||||
Step 2
|
||||
<button type="button" @click=${ev => ev.target.parentElement.controller.next()}>
|
||||
Next
|
||||
</button></lion-step
|
||||
>
|
||||
<button type="button" @click=${ev => ev.target.parentElement.controller.next()}>Next</button>
|
||||
</lion-step>
|
||||
<lion-step>
|
||||
<button type="button" @click=${ev => ev.target.parentElement.controller.previous()}>
|
||||
Previous
|
||||
|
|
|
|||
Loading…
Reference in a new issue