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:
tkgroot 2023-10-04 17:00:22 +02:00 committed by GitHub
parent 0952647d95
commit 8bf54e669a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View 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

View file

@ -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