Skip to content

Commit

Permalink
docs: fix code indentation (#2081)
Browse files Browse the repository at this point in the history
- code not correctly indented
important for code replacement and transformation functions on docs generation

Signed-off-by: Tobias Kuppens Groot <[email protected]>
  • Loading branch information
tkgroot authored Oct 4, 2023
1 parent 0952647 commit 8bf54e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-moles-prove.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 2 additions & 4 deletions docs/components/steps/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bf54e6

Please sign in to comment.